index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
libclang
/
RecursiveASTVisitor.h
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-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-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-06-11
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-05-16
[libclang] Properly handle @encode() in RecursiveASTVisitor and traverse
Argyrios Kyrtzidis
2012-05-07
[libclang] Actually commit the changes to make libclang's RecursiveASTVisitor
Argyrios 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