aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/InternalsManual.rst
AgeCommit message (Expand)AuthorFilesLines
2022-07-08Update references to Discourse instead of the mailing lists.tlattner1-1/+1
2022-06-22Clang AttributeReference: emit entries for "Undocumented" attributes.James Y Knight1-1/+1
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN1-5/+4
2021-06-08Fix a typo in the internals manualJake Vossen1-1/+1
2021-05-04[clang][cli][docs] Clarify marshalling infrastructure documentationJan Svoboda1-11/+19
2021-04-02Use tablegen to diagnose mutually exclusive attributesAaron Ballman1-0/+7
2021-03-28Update the documentation for recent changes to statement attributes.Aaron Ballman1-24/+29
2021-03-06[clang] Fix typos in documentation (NFC)Kazu Hirata1-1/+1
2021-03-02[clang][cli] NFC: Rename marshalling multiclassJan Svoboda1-1/+1
2021-03-02[clang][docs] Fix code blocks renderingJan Svoboda1-10/+10
2021-02-25[clang][cli] Add MarshallingInfoEnum multiclassJan Svoboda1-6/+5
2021-02-25[clang][RecoveryAST] Add design doc to clang internal manual.Haojian Wu1-0/+138
2021-02-17[clang][cli] Documentation of CompilerInvocation parsing/generationJan Svoboda1-0/+416
2021-02-01[Branch-Rename] Fix some linksxgupta1-9/+9
2020-03-23Add ParsedAttrInfo::handleDeclAttributeJohn Brawn1-6/+8
2020-03-21[clang/docs] Fix various sphinx warnings/errors in docs.Florian Hahn1-1/+1
2020-01-22Add a bit of documentation on attribute spellings that were missing.Aaron Ballman1-3/+9
2019-10-07[ASTImporter][NFC] Update ASTImporter internals docsGabor Marton1-11/+2
2019-09-23[docs] Fix some typos in InternalsManualSven van Haastregt1-3/+3
2019-09-13[ASTImporter] Add development internals docsGabor Marton1-0/+489
2019-05-31Clarify when fix-it hints on warnings are appropriateAaron Puchert1-0/+3
2019-05-22Add some notes on immutability and faithfulness to the internals manual.Richard Smith1-1/+92
2019-01-29Adjust documentation for git migration.James Y Knight1-9/+9
2019-01-23[Documentation] Use HTTPS whenever possibleEugene Zelenko1-2/+2
2018-12-04PTH-- Remove feature entirely-Erich Keane1-5/+1
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru1-12/+12
2018-07-24Remove stale documentation from InternalsManual.rstErich Keane1-5/+0
2018-07-13[NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane1-6/+6
2018-05-19[Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messa...Eric Fiselier1-0/+26
2018-04-30[docs] Fix docs/InternalsManual.rst heading.Fangrui Song1-1/+1
2018-04-30Rename DiagnosticClient to DiagnosticConsumer as per issue 5397.Fangrui Song1-8/+8
2018-01-26[NFC] fix trivial typos in comments and documentsHiroshi Inoue1-1/+1
2017-10-09Fix typos in documentationJan Korous1-2/+2
2017-08-03Fix some typos in the documentation.Gabor Horvath1-6/+6
2017-07-22[NFC, documentation] Prefer the term expansion instead of macro instantiation Faisal Vali1-2/+2
2016-02-24[docs] Change non-c++ code blocks to 'text' format to fix a sphinx warning.Alexander Kornienko1-5/+5
2015-11-24Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...Richard Smith1-1/+1
2015-08-05Update mailing list references to lists.llvm.orgTanya Lattner1-1/+1
2015-05-13Made considerable updates to the documentation explaining how to add a new at...Aaron Ballman1-155/+267
2015-02-07Replace DeclContext::getNextContext with DeclContext::collectAllContextsYaron Keren1-5/+7
2014-12-28Fix markup from r224894.Nico Weber1-6/+6
2014-12-28Add stub sections about Parse, Sema, CodeGen to the internals manual.Nico Weber1-0/+32
2014-08-29unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFGDavid Blaikie1-4/+1
2014-07-07Update internals manual on how to add AST nodes.Nico Weber1-3/+4
2014-02-28Add 'remark' diagnostic type in 'clang'Tobias Grosser1-4/+7
2014-02-17Implements a declarative approach to documenting individual attributes in Cla...Aaron Ballman1-0/+15
2014-01-20Adding a bit of documentation that was missed with r198883 (when ParseArgumen...Aaron Ballman1-0/+5
2014-01-20Exposed a declarative way to specify that an attribute can be duplicated when...Aaron Ballman1-0/+5
2014-01-07Updating the documentation about how to add attributes based on the rather ex...Aaron Ballman1-21/+124
2013-09-27docs: Document CXXLiteralOperatorName and CXXUsingDirectiveJustin Bogner1-2/+17