summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* fix missing whitespace in sphinx docEtienne Bergeron2016-07-131-1/+1
* [ASTMatchers] isSignedInteger() and isUnsignedInteger()Clement Courbet2016-07-121-4/+34
* [man page] Document -gline-tables-only in the clang man page.Adrian Prantl2016-07-111-12/+22
* [man page] Fix two sphinx build errors.Adrian Prantl2016-07-111-2/+2
* Add AST matchers for handling bit-fields and narrowing based on their width.Aaron Ballman2016-07-061-1/+28
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-07-051-0/+24
* fix two typos in the docSylvestre Ledru2016-07-022-2/+2
* [ASTMatcher] Add a node matcher for EnumType.Haojian Wu2016-06-301-0/+15
* [ASTMatchers] Add isLambda() matcher.Samuel Benzaquen2016-06-281-0/+11
* CodeGen: Update Clang to use the new type metadata.Peter Collingbourne2016-06-241-9/+9
* IgnoringImplicit matcher.Cong Liu2016-06-242-3/+22
* Add documentation for RenderScript changesPirama Arumuga Nainar2016-06-211-0/+5
* [Docs] More warning fixes to unbreak the docs buildbot.George Burgess IV2016-06-213-9/+14
* [Docs] Try to fix the docs buildbot.George Burgess IV2016-06-211-1/+1
* [sanitizer] Allow sanitize coverage w/o sanitizers.Evgeniy Stepanov2016-06-141-4/+6
* Fix documentation bot after r272656Adam Nemet2016-06-141-1/+1
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-3/+35
* [docs] Coverage: Document the profile merge pool specifierVedant Kumar2016-06-141-0/+8
* Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth2016-06-111-24/+0
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-06-101-0/+24
* Replace an ambiguous "it"Rafael Espindola2016-06-091-1/+1
* [docs] Coverage: Clarify return value of __llvm_profile_write_fileVedant Kumar2016-06-081-2/+3
* [docs] Coverage: Flesh out instructions for avoiding static initializeresVedant Kumar2016-06-081-8/+16
* [docs] Coverage: Explain how to avoid static initializersVedant Kumar2016-06-071-0/+16
* Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...Aaron Ballman2016-06-071-4/+36
* Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...Aaron Ballman2016-06-061-0/+15
* Add a release note about the --build-id change.Rafael Espindola2016-06-061-1/+4
* [docs] Clarify limitations section of SourceBasedCodeCoverage.rstVedant Kumar2016-06-061-4/+5
* [docs] Add a limitations section to SourceBasedCodeCoverage.rstVedant Kumar2016-06-021-2/+19
* [docs] Fix misplaced commaVedant Kumar2016-06-021-1/+1
* [docs] Minor formatting changes and typo fixesVedant Kumar2016-06-021-11/+10
* [docs] Use cpp code-blocks where appropriateVedant Kumar2016-06-021-2/+2
* [docs] Add missing newline to console sectionVedant Kumar2016-06-021-0/+1
* [docs] Document the source-based code coverage featureVedant Kumar2016-06-022-0/+187
* [ASTMatchers] Breaking change of `has` matcherPiotr Padlewski2016-05-311-5/+7
* [OPENMP] Update in ReleaseNotes for OpenMP support.Alexey Bataev2016-05-311-0/+15
* [ASTMatchers] Add support of hasCondition for SwitchStmt.Etienne Bergeron2016-05-301-7/+16
* docs: Clarify that LTO visibility is based on source-level symbol visibility.Peter Collingbourne2016-05-271-8/+10
* [msan] add a sentence about inline assemblyKostya Serebryany2016-05-271-0/+2
* [mips] Compact branch policy setting.Simon Dardis2016-05-271-0/+10
* docs: Document how safestack handles setjmp and exceptions.Peter Collingbourne2016-05-241-0/+11
* Clang support for __is_assignable intrinsicDavid Majnemer2016-05-231-0/+1
* Update -ffast-math documentation to match reality.Justin Lebar2016-05-201-0/+13
* [ASTMatcher] Add a node matcher for UnresolvedLookupExpr.Haojian Wu2016-05-181-0/+15
* Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...Aaron Ballman2016-05-161-0/+16
* Add an AST matcher for CastExpr kindEtienne Bergeron2016-05-131-0/+9
* [ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas2016-05-121-0/+20
* Add an AST matcher for string-literal lengthEtienne Bergeron2016-05-121-4/+29
* More fixes to codeblock formatting in documentation.Richard Smith2016-05-061-3/+3
* s/codeblock/code-block to fix the Sphinx build.Aaron Ballman2016-05-061-3/+3