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
/
CIndex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] Record ranges skipped by the preprocessor and expose them with lib...
Argyrios Kyrtzidis
2013-12-05
1
-0
/
+41
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+4
*
Fix method/variable name typos
Alp Toker
2013-12-03
1
-2
/
+2
*
[libclang] Check for LIBCLANG_DISABLE_CRASH_RECOVERY before enabling crash re...
Argyrios Kyrtzidis
2013-11-27
1
-6
/
+2
*
[libclang] Make sure we don't access past the tokens buffer while token annot...
Argyrios Kyrtzidis
2013-11-27
1
-7
/
+29
*
Documentation parsing: move comment-to-XML conversion routines to libIndex
Dmitri Gribenko
2013-11-13
1
-4
/
+3
*
It is no longer necessary to opt out of pretty stack traces.
Filip Pizlo
2013-11-04
1
-5
/
+0
*
Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a
Richard Smith
2013-10-31
1
-2
/
+3
*
Factor out custom parsing for iboutletcollection and vec_type_hint attributes
Richard Smith
2013-10-31
1
-2
/
+2
*
Add llvm_unreachable to pacify GCC's dropping off non-void function warning.
Benjamin Kramer
2013-10-15
1
-1
/
+4
*
[libclang] When querying for the availability of an enumerator, pick up the a...
Argyrios Kyrtzidis
2013-10-15
1
-40
/
+75
*
[OpenMP] Added parsing and semantic analysis for firstprivate clause
Alexey Bataev
2013-10-01
1
-0
/
+4
*
[libclang] Provide location for attributes and expose 'packed' attribute.
Argyrios Kyrtzidis
2013-09-25
1
-0
/
+12
*
[OPENMP] Bug fixes and improvements.
Alexey Bataev
2013-09-24
1
-7
/
+13
*
Fix array_pod_sort predicates after LLVM change.
Benjamin Kramer
2013-09-22
1
-12
/
+3
*
Remove unnecessary inclusion of Sema.h
David Blaikie
2013-09-13
1
-0
/
+1
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-0
/
+3
*
Remove unused typedef.
Eric Christopher
2013-09-03
1
-1
/
+0
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-3
/
+0
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-0
/
+3
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
Added source locs for angled parentheses in class/var template partial specs.
Enea Zaffanella
2013-08-10
1
-2
/
+3
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-1
/
+10
*
Use llvm::sys::fs::UniqueID for windows and unix.
Rafael Espindola
2013-08-01
1
-6
/
+3
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+52
*
[libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...
Argyrios Kyrtzidis
2013-07-05
1
-0
/
+13
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-2
/
+2
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+4
*
[libclang] When annotating tokens, don't override a property annotation with ...
Argyrios Kyrtzidis
2013-06-04
1
-0
/
+5
*
Fix linkage computation for derived types in inline functions.
Rafael Espindola
2013-05-25
1
-1
/
+2
*
[libclang] Add logging for clang_createTranslationUnit.
Argyrios Kyrtzidis
2013-05-24
1
-1
/
+5
*
libclang: add a function to check whether a member function is pure virtual
Dmitri Gribenko
2013-05-17
1
-0
/
+14
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-2
/
+3
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-1
/
+1
*
[libclang] Add a null check in CursorVisitor::visitPreprocessedEntities.
Argyrios Kyrtzidis
2013-05-07
1
-0
/
+3
*
[libclang] Introduce clang_Module_getASTFile function that returns the module...
Argyrios Kyrtzidis
2013-04-26
1
-0
/
+7
*
[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...
Argyrios Kyrtzidis
2013-04-23
1
-0
/
+2
*
[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...
Argyrios Kyrtzidis
2013-04-18
1
-0
/
+13
*
[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...
Argyrios Kyrtzidis
2013-04-18
1
-0
/
+24
*
[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...
Argyrios Kyrtzidis
2013-04-18
1
-0
/
+29
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-0
/
+1
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+1
*
[libclang] Fix cursor visitation to not ignore template arguments in out-of-l...
Argyrios Kyrtzidis
2013-04-05
1
-0
/
+14
*
[libclang] Add some checks to make sure the given CXTranslationUnit is not nu...
Argyrios Kyrtzidis
2013-04-04
1
-1
/
+7
*
Update the error handing static functions for r178161.
Chad Rosier
2013-03-27
1
-1
/
+2
*
[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...
Argyrios Kyrtzidis
2013-03-26
1
-5
/
+7
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+1
*
[Modules] Resolve top-headers of modules lazily.
Argyrios Kyrtzidis
2013-03-13
1
-7
/
+13
*
[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
1
-13
/
+18
*
[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.
Argyrios Kyrtzidis
2013-03-08
1
-0
/
+12
[next]