summaryrefslogtreecommitdiffstats
path: root/docs/UsersManual.rst
Commit message (Expand)AuthorAgeFilesLines
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-4/+11
* Switch C compilations to C11 by default.Richard Smith2014-10-201-4/+12
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-181-1/+1
* Implement nonnull-attribute sanitizerAlexey Samsonov2014-09-081-0/+2
* [UBSan] Add returns-nonnull sanitizer.Alexey Samsonov2014-08-131-0/+2
* Introduce f[no-]max-unknown-pointer-align=[number] optionFariborz Jahanian2014-08-051-0/+31
* UsersManual: update clang-cl optionsHans Wennborg2014-08-041-49/+88
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-7/+2
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-6/+4
* Add documentation for PGO with instrumentation to clang's User's Manual.Bob Wilson2014-06-171-11/+78
* Document Darwin-specific defaults.Adrian Prantl2014-06-131-2/+8
* Make these two words equally bold.Adrian Prantl2014-06-131-1/+1
* Copy the documentation of -fstandalone-debug from the man page to the userAdrian Prantl2014-06-131-0/+16
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-131-12/+0
* Add documentation for -Rpass*Diego Novillo2014-05-291-0/+66
* Review feedback.Diego Novillo2014-04-231-2/+2
* Review feedback.Diego Novillo2014-04-231-2/+11
* Review feedbackDiego Novillo2014-04-231-15/+37
* Add documentation for sample profiling support.Diego Novillo2014-04-231-0/+129
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-261-5/+6
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-201-1/+6
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-201-12/+0
* Add a note in the user manual that tsan is not supported on Mac.Nico Weber2014-03-071-1/+1
* "Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber2014-03-071-3/+3
* Expand documentation section on comment parsingDmitri Gribenko2014-03-061-1/+26
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-5/+7
* [AArch64] Replace underscores with dashes in -mgeneral_regs_only.Amara Emerson2014-01-241-1/+1
* [AArch64] Add -mgeneral_regs_only option.Amara Emerson2014-01-231-0/+7
* Add documentation for -m16 option on X86, fix typoDavid Woodhouse2014-01-231-1/+8
* Update user manual to note that implementation for C++11 and C++1y is complet...Richard Smith2013-12-121-11/+12
* Remove old -fdiagnostics-show-name optionAlp Toker2013-12-091-5/+0
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-061-1/+6
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-291-0/+9
* Document that -fsanitize=function is Linux-only.Peter Collingbourne2013-10-261-1/+1
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-211-0/+11
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-201-0/+2
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-171-0/+2
* Add a section about clang-cl to UsersManual.rstHans Wennborg2013-10-101-0/+108
* Update -fmsc-version docs for r190908, which set the default to 1700Reid Kleckner2013-09-201-4/+3
* Fix ReST links I just added to the manualReid Kleckner2013-09-201-3/+3
* Clarify that we silently ignore some MS extensions like IDL attributesReid Kleckner2013-09-201-3/+5
* Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner2013-09-201-4/+7
* Clarify the status of PowerPC support.Roman Divacky2013-09-111-2/+10
* Add -fansi-escape-codes optionNico Rieck2013-09-111-0/+5
* manual: Fix RST reference to MS extension supportReid Kleckner2013-09-051-1/+1
* Fix typo in template diffing docs.Richard Trieu2013-08-091-1/+1
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-071-0/+2
* Documentation for sanitizer special case list format and -f(no-)?sanitize-bla...Alexey Samsonov2013-08-071-0/+9
* Update users manual to indicate:Richard Smith2013-07-191-3/+11
* [docs] `-fno-sanitize=` is accepted too.Sean Silva2013-06-211-1/+1