summaryrefslogtreecommitdiff
path: root/docs/UsersManual.rst
Commit message (Expand)AuthorAge
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* Add documentation for PGO with instrumentation to clang's User's Manual.Bob Wilson2014-06-17
* Document Darwin-specific defaults.Adrian Prantl2014-06-13
* Make these two words equally bold.Adrian Prantl2014-06-13
* Copy the documentation of -fstandalone-debug from the man page to the userAdrian Prantl2014-06-13
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* Add documentation for -Rpass*Diego Novillo2014-05-29
* Review feedback.Diego Novillo2014-04-23
* Review feedback.Diego Novillo2014-04-23
* Review feedbackDiego Novillo2014-04-23
* Add documentation for sample profiling support.Diego Novillo2014-04-23
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-26
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-20
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-20
* Add a note in the user manual that tsan is not supported on Mac.Nico Weber2014-03-07
* "Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber2014-03-07
* Expand documentation section on comment parsingDmitri Gribenko2014-03-06
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-28
* [AArch64] Replace underscores with dashes in -mgeneral_regs_only.Amara Emerson2014-01-24
* [AArch64] Add -mgeneral_regs_only option.Amara Emerson2014-01-23
* Add documentation for -m16 option on X86, fix typoDavid Woodhouse2014-01-23
* Update user manual to note that implementation for C++11 and C++1y is complet...Richard Smith2013-12-12
* Remove old -fdiagnostics-show-name optionAlp Toker2013-12-09
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-06
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-29
* Document that -fsanitize=function is Linux-only.Peter Collingbourne2013-10-26
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-21
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-20
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-17
* Add a section about clang-cl to UsersManual.rstHans Wennborg2013-10-10
* Update -fmsc-version docs for r190908, which set the default to 1700Reid Kleckner2013-09-20
* Fix ReST links I just added to the manualReid Kleckner2013-09-20
* Clarify that we silently ignore some MS extensions like IDL attributesReid Kleckner2013-09-20
* Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner2013-09-20
* Clarify the status of PowerPC support.Roman Divacky2013-09-11
* Add -fansi-escape-codes optionNico Rieck2013-09-11
* manual: Fix RST reference to MS extension supportReid Kleckner2013-09-05
* Fix typo in template diffing docs.Richard Trieu2013-08-09
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-07
* Documentation for sanitizer special case list format and -f(no-)?sanitize-bla...Alexey Samsonov2013-08-07
* Update users manual to indicate:Richard Smith2013-07-19
* [docs] `-fno-sanitize=` is accepted too.Sean Silva2013-06-21
* Document -fno-sanitize-recover and -fsanitize-undefined-trap-on-error and att...Richard Smith2013-05-29
* Document Clang's support for #pragma comment(lib/linker) with -fms-extensionsReid Kleckner2013-05-08
* Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs2013-04-17
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-10
* [ASan] Update docs for -fsanitize=init-order optionAlexey Samsonov2013-03-14
* [docs] Add ellipsis.Sean Silva2013-03-11
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-22
* [docs] The stat cache has been removed from the PCH, update the docs to remov...Argyrios Kyrtzidis2013-02-14