summaryrefslogtreecommitdiffstats
path: root/include/clang/AST
Commit message (Expand)AuthorAgeFilesLines
* Merging r355491:Hans Wennborg2019-03-081-0/+6
* Merging r354035:Hans Wennborg2019-02-181-0/+5
* Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly2019-01-151-0/+2
* NFC: Implement OMPClause dump in terms of visitorsStephen Kelly2019-01-151-0/+2
* Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly2019-01-151-0/+2
* NFC: Move Decl node handling to TextNodeDumperStephen Kelly2019-01-151-0/+2
* [ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly2019-01-151-1/+23
* [ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly2019-01-141-0/+2
* [ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly2019-01-141-0/+2
* [AST] Fix double-traversal of code in top-level lambdas in RAV(implicit = yes).Sam McCall2019-01-141-3/+8
* [AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.Sam McCall2019-01-141-30/+22
* NFC: Make utility privateStephen Kelly2019-01-121-1/+3
* [ASTDump] NFC: Move dump of individual Stmts to TextNodeDumperStephen Kelly2019-01-121-1/+55
* Implement TemplateArgument dumping in terms of VisitorStephen Kelly2019-01-122-1/+115
* [ASTDump] Change parameter to StringRefStephen Kelly2019-01-121-1/+1
* Implement Attr dumping in terms of visitorsStephen Kelly2019-01-113-3/+91
* [ASTDump] Add utility for dumping a label with child nodesStephen Kelly2019-01-111-1/+13
* Remember to instantiate explicit template argument lists in a friendRichard Smith2019-01-111-1/+5
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-1/+1
* Fix header issues.Richard Trieu2019-01-114-0/+4
* NFC: Change case of identifiersStephen Kelly2019-01-101-10/+10
* Refactor declarations of ASTContext allocate functions into its own header.Richard Trieu2019-01-106-23/+46
* Removing an include that was not necessary; NFC.Aaron Ballman2019-01-091-19/+19
* [AST] Move back BasePathSize to the bit-fields of CastExprBruno Ricci2019-01-094-74/+20
* [AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci2019-01-092-138/+217
* [ASTDump] NFC: Move dumpDeclRef to NodeDumperStephen Kelly2019-01-081-3/+5
* Implement the TreeStructure interface through the TextNodeDumperStephen Kelly2019-01-082-85/+86
* [AST][NFC] Pack CXXScalarValueInitExprBruno Ricci2019-01-082-7/+20
* [AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci2019-01-082-27/+49
* [AST] Pack CXXDependentScopeMemberExprBruno Ricci2019-01-082-51/+91
* NFC: Replace asserts with if() in SourceLocation accessorsStephen Kelly2019-01-072-10/+16
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-072-80/+143
* [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci2019-01-072-49/+68
* [AST][NFC] Pack OpaqueValueExprBruno Ricci2019-01-072-9/+11
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-042-16/+22
* [Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova2019-01-041-0/+18
* Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman2019-01-032-8/+9
* Add vtable anchor to classes.Richard Trieu2018-12-292-0/+2
* [AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci2018-12-222-84/+144
* [AST][NFC] Pack CXXOperatorCallExprBruno Ricci2018-12-212-19/+34
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-213-121/+219
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-13/+3
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-202-7/+6
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-14/+77
* [AST] Unify the code paths of traversing lambda expressions.Haojian Wu2018-12-181-19/+12
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-172-3/+97
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-133-20/+41
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-123-13/+35
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-123-41/+20
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-123-20/+41