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
*
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