aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/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-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
2012-07-17Try to eliminate GCC_CAST hack in a manner that should work for bothDouglas Gregor
2012-07-16Fixing an MSVC warning -- the compiler did not like the cast added to work ar...Aaron Ballman
2012-06-26Always use getDerived().shouldVisitImplicitCode() so it can be alteredDaniel Jasper
2012-06-25Make explicit specializations at class scope workNico Weber
2012-06-21Make the RecursiveASTVisitor visit the body of a range-based for loopDaniel Jasper
2012-06-13Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode.Daniel Jasper
2012-06-11Etch out the code path for MS-style inline assembly.Chad Rosier
2012-06-05RecursiveASTVisitor: add ability to visit implicit declarations. Patch byRichard Smith
2012-05-30Only visit default arguments for template declarations when visiting the temp...Richard Smith
2012-05-16[libclang] Properly handle @encode() in RecursiveASTVisitor and traverseArgyrios Kyrtzidis
2012-05-14[analyzer] Fix a crash in templated code which uses blocks.Anna Zaks
2012-05-09RecursiveASTVisitor:Richard Smith
2012-05-05Revert r156141 (making RecursiveASTVisitor data recursive). It is causing cl...Ted Kremenek
2012-05-04Make RecursiveASTVisitor fully data recursive on Stmts, withArgyrios Kyrtzidis
2012-05-03Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of theseRichard Smith
2012-05-02Unrevert r155951, reverted in r155962, with two changes:Richard Smith
2012-05-01Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functi...Andrew Trick
2012-05-01Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if theyRichard Smith
2012-04-30For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr.Argyrios Kyrtzidis
2012-04-25RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visitRichard Smith
2012-04-24RecursiveASTVisitor: Visit instantiations of member templates of classRichard Smith
2012-04-23Fix PR12608. Patch contributed by Yang Chen.Manuel Klimek
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-14Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith
2012-03-15Make RecursiveASTVisitor to traverse certain statements using data recursionArgyrios Kyrtzidis
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
2012-03-07AST representation for user-defined literals, plus just enough of semanticRichard Smith
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-24Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor