summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2016-06-24CodeGen: Update Clang to use the new type metadata.Peter Collingbourne1-9/+9
2016-06-24IgnoringImplicit matcher.Cong Liu2-3/+22
2016-06-21Add documentation for RenderScript changesPirama Arumuga Nainar1-0/+5
2016-06-21[Docs] More warning fixes to unbreak the docs buildbot.George Burgess IV3-9/+14
2016-06-21[Docs] Try to fix the docs buildbot.George Burgess IV1-1/+1
2016-06-14[sanitizer] Allow sanitize coverage w/o sanitizers.Evgeniy Stepanov1-4/+6
2016-06-14Fix documentation bot after r272656Adam Nemet1-1/+1
2016-06-14Add loop pragma for Loop DistributionAdam Nemet1-3/+35
2016-06-14[docs] Coverage: Document the profile merge pool specifierVedant Kumar1-0/+8
2016-06-11Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth1-24/+0
2016-06-10[ASTMatchers] New forEachOverriden matcher.Clement Courbet1-0/+24
2016-06-09Replace an ambiguous "it"Rafael Espindola1-1/+1
2016-06-08[docs] Coverage: Clarify return value of __llvm_profile_write_fileVedant Kumar1-2/+3
2016-06-08[docs] Coverage: Flesh out instructions for avoiding static initializeresVedant Kumar1-8/+16
2016-06-07[docs] Coverage: Explain how to avoid static initializersVedant Kumar1-0/+16
2016-06-07Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...Aaron Ballman1-4/+36
2016-06-06Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...Aaron Ballman1-0/+15
2016-06-06Add a release note about the --build-id change.Rafael Espindola1-1/+4
2016-06-06[docs] Clarify limitations section of SourceBasedCodeCoverage.rstVedant Kumar1-4/+5
2016-06-02[docs] Add a limitations section to SourceBasedCodeCoverage.rstVedant Kumar1-2/+19
2016-06-02[docs] Fix misplaced commaVedant Kumar1-1/+1
2016-06-02[docs] Minor formatting changes and typo fixesVedant Kumar1-11/+10
2016-06-02[docs] Use cpp code-blocks where appropriateVedant Kumar1-2/+2
2016-06-02[docs] Add missing newline to console sectionVedant Kumar1-0/+1
2016-06-02[docs] Document the source-based code coverage featureVedant Kumar2-0/+187
2016-05-31[ASTMatchers] Breaking change of `has` matcherPiotr Padlewski1-5/+7
2016-05-31[OPENMP] Update in ReleaseNotes for OpenMP support.Alexey Bataev1-0/+15
2016-05-30[ASTMatchers] Add support of hasCondition for SwitchStmt.Etienne Bergeron1-7/+16
2016-05-27docs: Clarify that LTO visibility is based on source-level symbol visibility.Peter Collingbourne1-8/+10
2016-05-27[msan] add a sentence about inline assemblyKostya Serebryany1-0/+2
2016-05-27[mips] Compact branch policy setting.Simon Dardis1-0/+10
2016-05-24docs: Document how safestack handles setjmp and exceptions.Peter Collingbourne1-0/+11
2016-05-23Clang support for __is_assignable intrinsicDavid Majnemer1-0/+1
2016-05-20Update -ffast-math documentation to match reality.Justin Lebar1-0/+13
2016-05-18[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.Haojian Wu1-0/+15
2016-05-16Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...Aaron Ballman1-0/+16
2016-05-13Add an AST matcher for CastExpr kindEtienne Bergeron1-0/+9
2016-05-12[ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas1-0/+20
2016-05-12Add an AST matcher for string-literal lengthEtienne Bergeron1-4/+29
2016-05-06More fixes to codeblock formatting in documentation.Richard Smith1-3/+3
2016-05-06s/codeblock/code-block to fix the Sphinx build.Aaron Ballman1-3/+3
2016-05-05Some release note updates for C++ language acceptance changes since Clang 3.8.Richard Smith1-2/+52
2016-05-04Fix the doc extraction script to work with hasAnyName and with equalsNode.Samuel Benzaquen2-6/+37
2016-05-04fix docsKostya Serebryany1-0/+1
2016-05-04document -f[no-]sanitize-recover=all and mention it in warning messagesKostya Serebryany1-0/+1
2016-05-04[ASTMatchers] New matcher forFunctionGabor Horvath1-0/+14
2016-05-03Add address space 258 (X86 SS segment) to clang documentation.David L Kreitzer1-4/+5
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne4-24/+137
2016-04-28Fix build.Manuel Klimek1-1/+1
2016-04-28Fix spuriously dematerializing reference bug. Fixes PR26612.Manuel Klimek1-2/+4