aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/RecursiveASTVisitor.h
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2013-10-01[OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev
2013-09-28Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith
2013-09-24[OPENMP] Bug fixes and improvements.Alexey Bataev
2013-09-18Add the intrinsic __builtin_convertvectorHal Finkel
2013-09-13Fix a comment.Michael Han
2013-09-11Teach RAV to visit parameter variable declarations of implicit functions. Fix...Michael Han
2013-09-06OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev
2013-09-03Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola
2013-09-03OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev
2013-08-25Fix comment.Michael Han
2013-08-23A clean-up pass, exploring the unification of traversals of class, variable a...Larisse Voufo
2013-08-10Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo
2013-07-19OpenMP: basic support for #pragma omp parallelAlexey Bataev
2013-07-10Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors toJames Dennett
2013-06-30Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr callJames Dennett
2013-06-24[AST] Introduce a new DecayedType sugar nodeReid Kleckner
2013-06-12PR12086, PR15117Richard Smith
2013-05-16First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith
2013-05-06Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Implement CapturedStmt ASTTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-02-28Fix a problem where 'clang' is ambiguous in MSVC builds.Manuel Klimek
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2012-11-19RecursiveASTVisitor.h: Rework Doug's r160404, "Eliminating the GCC_CAST hack,...NAKAMURA Takumi
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman
2012-09-12PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith
2012-09-04Revert r163083 per chandlerc's request.Joao Matos
2012-09-02Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos
2012-08-27[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier
2012-08-25[ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier
2012-08-24Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for whichJames Dennett
2012-08-17Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a Compound...Richard Smith
2012-07-19Revert r160404, "Eliminating the GCC_CAST hack, take two.", for now.NAKAMURA Takumi
2012-07-17Eliminating the GCC_CAST hack, take two.Douglas Gregor
2012-07-17Reinstate the GCC_CAST hack; I apparently did not appease GCC with r160397.Douglas Gregor