summaryrefslogtreecommitdiffstats
path: root/docs/UsersManual.rst
Commit message (Expand)AuthorAgeFilesLines
* [mips] Compact branch policy setting.Simon Dardis2016-05-271-0/+10
* Update -ffast-math documentation to match reality.Justin Lebar2016-05-201-0/+13
* fix docsKostya Serebryany2016-05-041-0/+1
* document -f[no-]sanitize-recover=all and mention it in warning messagesKostya Serebryany2016-05-041-0/+1
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-11/+2
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-2/+11
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-11/+2
* Update the description of Clang's MSVC compatibility flagsReid Kleckner2016-03-281-24/+13
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-0/+15
* UsersManual: update clang-cl commandsHans Wennborg2016-02-121-5/+7
* Partial revert of rL260506.Andrey Bokhanko2016-02-111-0/+3
* Update of "GCC extensions not implemented yet" in Clang User's ManualAndrey Bokhanko2016-02-111-10/+0
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-251-2/+3
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+5
* Driver part of debugger tuning.Paul Robinson2015-12-191-1/+19
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-0/+6
* [clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.Nico Weber2015-12-111-1/+1
* [OPENMP] Make -fopenmp to turn on OpenMP support by default, clang partAlexey Bataev2015-12-101-2/+2
* Fix a typo in the clang user manual.Yunzhong Gao2015-12-101-2/+2
* [Docs] One more cleanup of -fsanitize= section.Alexey Samsonov2015-12-041-17/+14
* [Docs] Update MSan docsAlexey Samsonov2015-12-041-27/+2
* [Docs] Move the list of CFI schemes down to CFI doc, and update it.Alexey Samsonov2015-12-041-13/+2
* [Docs] Remove false claim: UBSan can also be combined with TSan/MSan.Alexey Samsonov2015-12-041-2/+1
* Clang documentation for UBSan.Alexey Samsonov2015-12-041-61/+8
* Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"Hans Wennborg2015-11-201-1/+1
* clang-cl: Make /W4 imply -Wall -Wextra (PR25563)Hans Wennborg2015-11-191-1/+1
* [ASan] Allow -fsanitize-recover=address.Yury Gribov2015-11-111-2/+3
* Sample Profiles - Fix location of binary encoding documentation. NFC.Diego Novillo2015-10-191-1/+1
* Sample profiles - Update text profile documentation.Diego Novillo2015-10-141-12/+54
* Updating docs for MSan to describe poison-in-dtor.Naomi Musgrave2015-09-171-0/+10
* [OPENMP] Info about OpenMP Support in Users Manual, NFC.Alexey Bataev2015-08-241-0/+26
* Docs: update clang-cl command-line documentationHans Wennborg2015-08-121-22/+59
* Add flags to disable profile generation.Diego Novillo2015-08-051-0/+13
* Grammar: Don't imply that a program wouldn't want a person as its output.Douglas Katzman2015-08-031-2/+2
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+7
* 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