index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
libclang
/
CIndexHigh.cpp
Age
Commit message (
Expand
)
Author
2013-03-08
[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...
Argyrios Kyrtzidis
2013-03-08
[libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to
Argyrios Kyrtzidis
2013-03-08
[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.
Argyrios Kyrtzidis
2013-01-26
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-23
libclang: change return type of getCursorDecl() to 'const Decl *'
Dmitri Gribenko
2013-01-19
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-11
Replace more usages of __func__ with LLVM_FUNCTION_NAME
Dmitri Gribenko
2013-01-10
[libclang] Enhance logging capabilities of libclang.
Argyrios Kyrtzidis
2013-01-07
[libclang] When getting the cursor for an identifier inside a macro definitio...
Argyrios Kyrtzidis
2012-12-04
Sort #include lines for tools/...
Chandler Carruth
2011-12-10
[libclang] Add defensive checks to make sure we don't try to dereference
Argyrios Kyrtzidis
2011-12-09
[libclang] Make sure we don't try to handle a CXCursor_NoDeclFound
Argyrios Kyrtzidis
2011-12-08
[libclang] When doing clang_findReferencesInFile, make sure we don't crash
Argyrios Kyrtzidis
2011-11-29
[libclang] Do the ConcurrencyCheck at the beginning of clang_findReferencesIn...
Argyrios Kyrtzidis
2011-11-29
[libclang] Make clang_findReferencesInFile also work on macros (find all expa...
Argyrios Kyrtzidis
2011-11-16
[libclang] Make clang_findReferencesInFile use "file-targeted" deserializatio...
Argyrios Kyrtzidis
2011-10-06
[libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,
Argyrios Kyrtzidis