summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [asan][docs] Fix the documentation to use clang++ for the C++ exampleAnna Zaks2016-12-151-3/+3
* Update MSVC compat docs about debug infoNico Weber2016-12-141-8/+5
* Bring back note about not supporting global register variables.Michael Kuperstein2016-12-121-0/+4
* [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons2016-12-081-0/+14
* Driver: Remove support for -fobjc-gc*Duncan P. N. Exon Smith2016-12-071-10/+0
* [docs] Use x86_64 and i386 instead of x86 as arch for triples.Florian Hahn2016-12-051-2/+2
* Add the --no-color option to the git call in the doc when using clang-format-...Sylvestre Ledru2016-12-031-1/+1
* Extend CompilationDatabase by a field for the output filenameJoerg Sonnenberger2016-12-011-0/+3
* Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek2016-12-011-124/+136
* [analyzer] Minor fixes and improvements to debug.ExprInspectionArtem Dergachev2016-11-301-0/+39
* Document the arguments form of commands.Joerg Sonnenberger2016-11-251-0/+2
* [clang docs] Minor fix in ClangCheck.rstMandeep Singh Grang2016-11-141-3/+3
* As we released 3.9, from the 4.0 release notes, points to version 3.9 instead...Sylvestre Ledru2016-11-121-3/+3
* Add the new option -Og in the release notes. See r286602 for more informationSylvestre Ledru2016-11-121-1/+5
* [ASTMatchers] Fix a typo in cStyleCastExpr() HTML docs as well. NFC.Artem Dergachev2016-11-111-1/+1
* Add a new optimization option -Og Sylvestre Ledru2016-11-111-1/+4
* [ASTMatcher] Add CXXNewExpr support to hasDeclarationMalcolm Parsons2016-10-311-0/+54
* [Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen2016-10-311-0/+3
* [docs] Update the TSan and MSan docs to refer to the new no_sanitize attributeAnna Zaks2016-10-272-10/+10
* Add documentation describing the components of a complete toolchain including...Richard Smith2016-10-273-0/+359
* [Modules] Add 'no_undeclared_includes' module map attributeBruno Cardoso Lopes2016-10-211-0/+2
* [ThinLTO] Update doc to include lld (now supported).Davide Italiano2016-10-131-2/+4
* Document potential implementation of CFI in hardware.Kostya Serebryany2016-10-121-0/+54
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-101-1/+2
* Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib ...Michal Gorny2016-10-071-2/+1
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-071-1/+2
* [sancov] documentation update after r283241Mike Aizatsky2016-10-041-1/+1
* [ThinLTO] Spell `llvm-ar` correctly.Davide Italiano2016-10-041-1/+1
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-031-0/+76
* [sanitizer-coverage] fix docsKostya Serebryany2016-09-301-0/+1
* [sancov] -symbolize documentation updateMike Aizatsky2016-09-301-6/+13
* [sanitizer-coverage] a bit more docsKostya Serebryany2016-09-291-1/+13
* [sanitizer-coverage] more docsKostya Serebryany2016-09-291-0/+67
* [sanitize-coverage] doc typoKostya Serebryany2016-09-291-1/+1
* [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create on...Kostya Serebryany2016-09-291-2/+2
* Silencing a Sphinx diagnostic with options, again.Aaron Ballman2016-09-271-2/+2
* [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...Haojian Wu2016-09-271-6/+14
* CC1: Add -save-stats optionMatthias Braun2016-09-261-0/+6
* [ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.Haojian Wu2016-09-261-1/+29
* [docs] Touch up the coverage docs some moreVedant Kumar2016-09-221-22/+20
* Third attempt to fix Sphinx botTeresa Johnson2016-09-221-1/+1
* Second attempt to fix Sphinx botTeresa Johnson2016-09-221-1/+1
* Fixing sphinx build due to diagnostic:Aaron Ballman2016-09-221-1/+1
* [docs] Add ThinLTO user documentationTeresa Johnson2016-09-213-1/+165
* Fix typo in documentation.Nick Lewycky2016-09-201-2/+2
* [docs] Extend the code coverage docs some moreVedant Kumar2016-09-201-3/+35
* [docs] Touch up the code coverage docVedant Kumar2016-09-191-9/+29
* [libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...Kostya Serebryany2016-09-181-3/+3
* [sanitizer-coverage] change trace-pc to use 8-byte guardsKostya Serebryany2016-09-171-10/+9
* [sanitizer-coverage] make trace-pc-guard and indirect-call work togetherKostya Serebryany2016-09-151-2/+5