summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document option '-rtlib' in clang's man page and help infoJonas Hahnfeld2016-09-141-1/+6
* [docs] Fix formatting of   characters so that tables line up properly. AddRichard Smith2016-09-141-2/+4
* [docs] Order diagnostic cross-references alphabetically rather than based onRichard Smith2016-09-141-24/+24
* Update DiagnosticsReference and fix emitter to emit -Wpedantic diagnostics an...Richard Smith2016-09-141-229/+249
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-0/+26
* Color warnings purple rather than orange, to match actual Clang output.Richard Smith2016-09-141-1/+1
* Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet2016-09-131-0/+28
* Revert "Add -fdiagnostics-show-hotness"Adam Nemet2016-09-131-28/+0
* Add -fdiagnostics-show-hotnessAdam Nemet2016-09-121-0/+28
* Diagnostics reference: "error:" should be red, not orange.Richard Smith2016-09-121-1/+1
* Trivial documentation fix regarding Obj-C ARC objc_arc_weak_reference_unavail...Jonathan Roelofs2016-09-121-2/+2
* Add a mode to clang-tblgen to generate reference documentation for warning andRichard Smith2016-09-123-0/+10541
* [Modules] Add 'freestanding' to the 'requires-declaration' feature-list.Elad Cohen2016-09-041-0/+3
* [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.Bruno Cardoso Lopes2016-08-301-0/+3
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-0/+9
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-3/+16
* Fix a typo in the doc: overriden -> overriddenSylvestre Ledru2016-08-282-2/+2
* Fixed a typo (compilation_commands.json --> compile_commands.json).Andrey Bokhanko2016-08-191-1/+1
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-0/+3
* Correct the documentation for isSignedInteger() and isUnsignedInteger().Aaron Ballman2016-08-181-2/+2
* [sanitizer-coverag] update the docs in __sanitizer_cov_trace_cmpKostya Serebryany2016-08-181-4/+4
* Add an AST matcher for external formal linkage.Aaron Ballman2016-08-171-0/+20
* Replace an obsolete company name.Paul Robinson2016-08-151-1/+3
* [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme2016-08-091-0/+30
* clang-format: Add SpaceAfterTemplateSylvestre Ledru2016-08-091-0/+3
* Add the new scan-build option (--show-description) in the 4.0 release notesSylvestre Ledru2016-08-061-0/+4
* Make isExternC work on VarDecls too.Benjamin Kramer2016-08-041-0/+12
* Updated documentationVitaly Buka2016-08-021-1/+2
* Fix a typo in document.Haojian Wu2016-07-291-6/+6
* [ASTMatcher] Add templateName matcher.Haojian Wu2016-07-291-0/+24
* [ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...Haojian Wu2016-07-291-8/+78
* [docs] Coverage: Reference the new -output-dir optionVedant Kumar2016-07-281-1/+1
* [docs] Mention some new options in llvm-covVedant Kumar2016-07-281-7/+7
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-271-2/+1
* UsersManual.rst: update clang-cl option listHans Wennborg2016-07-271-1/+17
* [Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li2016-07-221-12/+16
* [Profile] Document new profile file name modifiersXinliang David Li2016-07-201-2/+34