summaryrefslogtreecommitdiff
path: root/docs/UsersManual.rst
Commit message (Expand)AuthorAgeFilesLines
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-091-0/+39
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-5/+5
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-4/+6
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-15/+31
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-0/+2
* Improve user documentation on profiling.Diego Novillo2015-05-281-14/+57
* Add clarifying note that sampling-based profiles cannot be used for code cove...Diego Novillo2015-05-221-0/+4
* Implement no_sanitize attribute.Peter Collingbourne2015-05-151-0/+2
* Update docs for SanitizerCoverage.Alexey Samsonov2015-05-071-0/+5
* Support generating NMake/Jom-style depfiles.Paul Robinson2015-04-271-0/+19
* Implement CFI type checks for non-virtual calls.Peter Collingbourne2015-04-021-1/+3
* [UBSan] Don't allow to use UBSan with anything except for ASan.Alexey Samsonov2015-03-201-2/+2
* Implement bad cast checks using control flow integrity information.Peter Collingbourne2015-03-141-0/+6
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-091-1/+3
* Revert "[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanit...Alexey Samsonov2015-03-051-3/+1
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-031-1/+3
* [msan] Change track-origins default mode from 1 to 2.Evgeniy Stepanov2015-02-261-4/+5
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-0/+4
* Fix amount of diagnostic classesAlex Denisov2015-02-111-1/+1
* 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