aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexHigh.cpp
AgeCommit 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 toArgyrios Kyrtzidis
2013-03-08[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.Argyrios Kyrtzidis
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko
2013-01-23libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko
2013-01-19Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth
2013-01-11Replace more usages of __func__ with LLVM_FUNCTION_NAMEDmitri 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-04Sort #include lines for tools/...Chandler Carruth
2011-12-10[libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis
2011-12-09[libclang] Make sure we don't try to handle a CXCursor_NoDeclFoundArgyrios Kyrtzidis
2011-12-08[libclang] When doing clang_findReferencesInFile, make sure we don't crashArgyrios 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