summaryrefslogtreecommitdiff
path: root/clang/lib/AST
AgeCommit message (Expand)Author
2019-01-15Re-order type param children of ObjC nodesStephen Kelly
2019-01-15NFC: Some cleanups that I missed in the previous commitStephen Kelly
2019-01-15Re-order overrides in FunctionDecl dumpStephen Kelly
2019-01-15NFC: Replace iterator loop with cxx_range_forStephen Kelly
2019-01-15Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly
2019-01-15NFC: Implement OMPClause dump in terms of visitorsStephen Kelly
2019-01-15Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly
2019-01-15NFC: Move Decl node handling to TextNodeDumperStephen Kelly
2019-01-15[ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly
2019-01-14[ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly
2019-01-14[ASTDump] NFC: Canonicalize handling of TypeLocInfoStephen Kelly
2019-01-14[ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly
2019-01-14NFC: Fix nits I missed beforeStephen Kelly
2019-01-14[OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova
2019-01-12[ASTDump] NFC: Move dump of individual Stmts to TextNodeDumperStephen Kelly
2019-01-12Implement TemplateArgument dumping in terms of VisitorStephen Kelly
2019-01-12[ASTDump] Change parameter to StringRefStephen Kelly
2019-01-12NFC: Port loop to cxx_range_forStephen Kelly
2019-01-11Implement Attr dumping in terms of visitorsStephen Kelly
2019-01-11[ASTDump] Add utility for dumping a label with child nodesStephen Kelly
2019-01-11Fix a pair of Wfallthrough warnings in ScanfFormatString.Erich Keane
2019-01-11[AST] Remove ASTContext from getThisType (NFC)Brian Gesiak
2019-01-10NFC: Change case of identifiersStephen Kelly
2019-01-09[AST] Move back BasePathSize to the bit-fields of CastExprBruno Ricci
2019-01-09[AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci
2019-01-08[ASTDump] NFC: Move dumpDeclRef to NodeDumperStephen Kelly
2019-01-08Implement the TreeStructure interface through the TextNodeDumperStephen Kelly
2019-01-08[AST][NFC] Pack CXXScalarValueInitExprBruno Ricci
2019-01-08[AST] Pack CXXDependentScopeMemberExprBruno Ricci
2019-01-07NFC: Replace asserts with if() in SourceLocation accessorsStephen Kelly
2019-01-07[AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci
2019-01-07[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci
2019-01-07DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith
2019-01-04[Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova
2019-01-03Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman
2018-12-29Add vtable anchor to classes.Richard Trieu
2018-12-26[MS] Mangle return adjusting thunks with the public access specifierReid Kleckner
2018-12-26Ignore ConstantExpr in IgnoreParensReid Kleckner
2018-12-22[AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci
2018-12-21[AST][NFC] Remove stale comment in CXXRecordDecl::is(Virtually)DerivedFrom.Bruno Ricci
2018-12-21[AST][NFC] Fix Wsign-compare warning introduced in CXXOperatorCallExprBruno Ricci
2018-12-21[AST][NFC] Pack CXXOperatorCallExprBruno Ricci
2018-12-21[AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci
2018-12-21[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci
2018-12-21[mingw] Don't mangle thiscall like fastcall etcReid Kleckner
2018-12-20[Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet
2018-12-18[OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li
2018-12-18[ExprConstant] Handle compound assignment when LHS has integral type and RHS ...Tan S. B
2018-12-17Update Microsoft name mangling scheme for exception specifiers in the type sy...Reid Kleckner
2018-12-17[ASTImporter] Add importer specific lookupGabor Marton