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
...
*
[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
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-1
/
+1
*
libclang: remove reinterpret_casts by using SourceLocation::getPtrEncoding
Dmitri Gribenko
2013-02-16
1
-14
/
+14
*
libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncoding
Dmitri Gribenko
2013-02-14
1
-24
/
+12
*
Allow the computation of the base priority for a declaration code completion ...
Douglas Gregor
2013-01-31
1
-1
/
+1
*
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
1
-1
/
+1
*
libclang: make getCursorParentDecl() return 'const Decl *'
Dmitri Gribenko
2013-01-26
1
-2
/
+2
*
libclang: change getCursorAttr() to return 'const Attr *'
Dmitri Gribenko
2013-01-26
1
-2
/
+2
*
libclang: make getCursorStmt() and getCursorExpr() return const pointers
Dmitri Gribenko
2013-01-26
1
-6
/
+7
*
libclang: change return type of getCursorDecl() to 'const Decl *'
Dmitri Gribenko
2013-01-23
1
-10
/
+10
*
Explicitly cast away the const-ness instead of doing it implicitly.
Bill Wendling
2013-01-23
1
-4
/
+4
*
libclang: remove a few const_casts
Dmitri Gribenko
2013-01-14
1
-3
/
+3
*
Constify argument of Preprocessor::getMacroInfoHistory and propagate to
Dmitri Gribenko
2013-01-14
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
libclang: remove unneeded casts
Dmitri Gribenko
2013-01-11
1
-9
/
+9
*
libclang: change CXCursor to store 'const void *' pointers for
Dmitri Gribenko
2013-01-11
1
-33
/
+36
*
libclang: use getCursorTU and getCursorASTUnit instead of explicit casts
Dmitri Gribenko
2013-01-11
1
-1
/
+1
*
[libclang] When getting the cursor for an identifier inside a macro definitio...
Argyrios Kyrtzidis
2013-01-07
1
-3
/
+22
*
Sort #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for
Argyrios Kyrtzidis
2012-11-01
1
-0
/
+13
[prev]
[next]