index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
tools
/
libclang
/
RecursiveASTVisitor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move tools/libclang/RecursiveASTVisitor.h -> include/clang/AST/DataRecursiveA...
Argyrios Kyrtzidis
2013-12-20
1
-2387
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-5
/
+0
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+8
*
[OpenMP] Added parsing and semantic analysis for firstprivate clause
Alexey Bataev
2013-10-01
1
-0
/
+7
*
[OPENMP] Bug fixes and improvements.
Alexey Bataev
2013-09-24
1
-8
/
+12
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+1
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-0
/
+6
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-6
/
+0
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-0
/
+6
*
Added source locs for angled parentheses in class/var template partial specs.
Enea Zaffanella
2013-08-10
1
-3
/
+5
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+89
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+46
*
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...
Craig Topper
2013-07-08
1
-1
/
+1
*
Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call
James Dennett
2013-06-30
1
-0
/
+2
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+8
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+1
*
Have the RecursiveASTVisitor traverse the type source info of an objc class m...
Argyrios Kyrtzidis
2013-05-06
1
-1
/
+4
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+1
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-3
/
+14
*
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
1
-1
/
+1
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+5
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+9
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-0
/
+2
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-3
/
+2
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-0
/
+2
*
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-09-12
1
-0
/
+1
*
Revert r163083 per chandlerc's request.
Joao Matos
2012-09-04
1
-1
/
+0
*
Implemented parsing and AST support for the MS __leave exception statement. A...
Joao Matos
2012-09-02
1
-0
/
+1
*
[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional
Chad Rosier
2012-08-27
1
-1
/
+1
*
[ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.
Chad Rosier
2012-08-25
1
-1
/
+1
*
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-11
1
-0
/
+5
*
[libclang] Properly handle @encode() in RecursiveASTVisitor and traverse
Argyrios Kyrtzidis
2012-05-16
1
-2
/
+6
*
[libclang] Actually commit the changes to make libclang's RecursiveASTVisitor
Argyrios Kyrtzidis
2012-05-07
1
-190
/
+121
*
[libclang] Put the RecursiveASTVisitor in libclang in a cxindex namespace.
Argyrios Kyrtzidis
2012-05-07
1
-0
/
+2
*
[libclang] Use a copy of the data-recursive RecursiveASTVisitor inside libclang.
Argyrios Kyrtzidis
2012-05-07
1
-0
/
+2243