aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/RecursiveASTVisitor.h
AgeCommit message (Expand)Author
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-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-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-06-11Etch out the code path for MS-style inline assembly.Chad Rosier
2012-05-16[libclang] Properly handle @encode() in RecursiveASTVisitor and traverseArgyrios Kyrtzidis
2012-05-07[libclang] Actually commit the changes to make libclang's RecursiveASTVisitorArgyrios Kyrtzidis
2012-05-07[libclang] Put the RecursiveASTVisitor in libclang in a cxindex namespace.Argyrios Kyrtzidis
2012-05-07[libclang] Use a copy of the data-recursive RecursiveASTVisitor inside libclang.Argyrios Kyrtzidis