Age | Commit message (Expand) | Author |
2013-05-06 | Have the RecursiveASTVisitor traverse the type source info of an objc class m... | Argyrios Kyrtzidis |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Implement CapturedStmt AST | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-03-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev |
2013-02-28 | Fix 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-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2012-11-19 | RecursiveASTVisitor.h: Rework Doug's r160404, "Eliminating the GCC_CAST hack,... | NAKAMURA Takumi |
2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
2012-09-12 | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith |
2012-09-04 | Revert r163083 per chandlerc's request. | Joao Matos |
2012-09-02 | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos |
2012-08-27 | [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional | Chad Rosier |
2012-08-25 | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier |
2012-08-24 | Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which | James Dennett |
2012-08-17 | Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a Compound... | Richard Smith |
2012-07-19 | Revert r160404, "Eliminating the GCC_CAST hack, take two.", for now. | NAKAMURA Takumi |
2012-07-17 | Eliminating the GCC_CAST hack, take two. | Douglas Gregor |
2012-07-17 | Reinstate the GCC_CAST hack; I apparently did not appease GCC with r160397. | Douglas Gregor |
2012-07-17 | Try to eliminate GCC_CAST hack in a manner that should work for both | Douglas Gregor |
2012-07-16 | Fixing an MSVC warning -- the compiler did not like the cast added to work ar... | Aaron Ballman |
2012-06-26 | Always use getDerived().shouldVisitImplicitCode() so it can be altered | Daniel Jasper |
2012-06-25 | Make explicit specializations at class scope work | Nico Weber |
2012-06-21 | Make the RecursiveASTVisitor visit the body of a range-based for loop | Daniel Jasper |
2012-06-13 | Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. | Daniel Jasper |
2012-06-11 | Etch out the code path for MS-style inline assembly. | Chad Rosier |
2012-06-05 | RecursiveASTVisitor: add ability to visit implicit declarations. Patch by | Richard Smith |
2012-05-30 | Only visit default arguments for template declarations when visiting the temp... | Richard Smith |
2012-05-16 | [libclang] Properly handle @encode() in RecursiveASTVisitor and traverse | Argyrios Kyrtzidis |
2012-05-14 | [analyzer] Fix a crash in templated code which uses blocks. | Anna Zaks |
2012-05-09 | RecursiveASTVisitor: | Richard Smith |
2012-05-05 | Revert r156141 (making RecursiveASTVisitor data recursive). It is causing cl... | Ted Kremenek |
2012-05-04 | Make RecursiveASTVisitor fully data recursive on Stmts, with | Argyrios Kyrtzidis |
2012-05-03 | Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of these | Richard Smith |
2012-05-02 | Unrevert r155951, reverted in r155962, with two changes: | Richard Smith |
2012-05-01 | Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functi... | Andrew Trick |
2012-05-01 | Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they | Richard Smith |
2012-04-30 | For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. | Argyrios Kyrtzidis |
2012-04-25 | RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit | Richard Smith |
2012-04-24 | RecursiveASTVisitor: Visit instantiations of member templates of class | Richard Smith |
2012-04-23 | Fix PR12608. Patch contributed by Yang Chen. | Manuel Klimek |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
2012-03-15 | Make RecursiveASTVisitor to traverse certain statements using data recursion | Argyrios Kyrtzidis |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-07 | AST representation for user-defined literals, plus just enough of semantic | Richard Smith |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |