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
/
CIndexHigh.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-5
/
+5
*
Fix a typo in the function name that I just introduced (r201155)
Dmitri Gribenko
2014-02-11
1
-1
/
+1
*
libclang: audit all APIs that accept a CXTranslationUnit to make sure that
Dmitri Gribenko
2014-02-11
1
-5
/
+4
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-1
/
+1
*
[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
1
-25
/
+25
*
[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
1
-44
/
+48
*
[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...
Argyrios Kyrtzidis
2013-03-08
1
-0
/
+106
*
[libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to
Argyrios Kyrtzidis
2013-03-08
1
-4
/
+6
*
[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.
Argyrios Kyrtzidis
2013-03-08
1
-0
/
+3
*
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
1
-4
/
+3
*
libclang: change return type of getCursorDecl() to 'const Decl *'
Dmitri Gribenko
2013-01-23
1
-13
/
+14
*
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Replace more usages of __func__ with LLVM_FUNCTION_NAME
Dmitri Gribenko
2013-01-11
1
-1
/
+2
*
[libclang] Enhance logging capabilities of libclang.
Argyrios Kyrtzidis
2013-01-10
1
-12
/
+13
*
[libclang] When getting the cursor for an identifier inside a macro definitio...
Argyrios Kyrtzidis
2013-01-07
1
-2
/
+2
*
Sort #include lines for tools/...
Chandler Carruth
2012-12-04
1
-2
/
+1
*
[libclang] Add defensive checks to make sure we don't try to dereference
Argyrios Kyrtzidis
2011-12-10
1
-0
/
+5
*
[libclang] Make sure we don't try to handle a CXCursor_NoDeclFound
Argyrios Kyrtzidis
2011-12-09
1
-0
/
+5
*
[libclang] When doing clang_findReferencesInFile, make sure we don't crash
Argyrios Kyrtzidis
2011-12-08
1
-3
/
+15
*
[libclang] Do the ConcurrencyCheck at the beginning of clang_findReferencesIn...
Argyrios Kyrtzidis
2011-11-29
1
-3
/
+6
*
[libclang] Make clang_findReferencesInFile also work on macros (find all expa...
Argyrios Kyrtzidis
2011-11-29
1
-4
/
+108
*
[libclang] Make clang_findReferencesInFile use "file-targeted" deserializatio...
Argyrios Kyrtzidis
2011-11-16
1
-30
/
+9
*
[libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,
Argyrios Kyrtzidis
2011-10-06
1
-0
/
+315