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
/
CXCursor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] When initializing an ObjC object via the "[[ClassName alloc] init*...
Argyrios Kyrtzidis
2014-11-10
1
-2
/
+10
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-0
/
+1
*
Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
2014-10-27
1
-0
/
+1
*
Add libclang capabilities to retriete template arguments from specializations.
Eli Bendersky
2014-10-10
1
-0
/
+134
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+3
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-3
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+3
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+3
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+3
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-0
/
+3
*
Expose the CUDA shared attribute to the C API.
Eli Bendersky
2014-08-08
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+3
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+3
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+3
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+3
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+3
*
Switch over a few uses of param_begin() to parameters()
Alp Toker
2014-07-07
1
-2
/
+2
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+3
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+3
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+3
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-3
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+3
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-16
/
+16
*
Expose CUDA function attributes to the C interface.
Eli Bendersky
2014-05-28
1
-0
/
+4
*
[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.
Joey Gouly
2014-05-01
1
-0
/
+3
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-2
/
+4
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-1
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+0
*
[libclang] Provide location for attributes and expose 'packed' attribute.
Argyrios Kyrtzidis
2013-09-25
1
-0
/
+1
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+1
*
Remove unnecessary inclusion of Sema.h
David Blaikie
2013-09-13
1
-0
/
+1
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+4
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-3
/
+3
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+1
*
Fix typo in comparison in clang_CXCursorSet_contains().
Ted Kremenek
2013-04-24
1
-1
/
+1
*
Revert "Remove CXCursorSet and related APIs. There are no known clients."
Ted Kremenek
2013-04-24
1
-0
/
+66
*
Remove CXCursorSet and related APIs. There are no known clients.
Ted Kremenek
2013-04-24
1
-66
/
+0
*
[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...
Argyrios Kyrtzidis
2013-04-23
1
-1
/
+15
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+1
*
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
1
-0
/
+4
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+1
*
[libclang] Make clang_Cursor_getArgument work with call-exprs.
Argyrios Kyrtzidis
2013-04-01
1
-0
/
+18
[next]