summaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexHigh.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-08
* Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko2014-02-11
* libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko2014-02-11
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-04
* [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-08
* [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-08
* [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis2013-03-08
* [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget toArgyrios Kyrtzidis2013-03-08
* [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.Argyrios Kyrtzidis2013-03-08
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-26
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-23
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-19
* Replace more usages of __func__ with LLVM_FUNCTION_NAMEDmitri Gribenko2013-01-11
* [libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis2013-01-10
* [libclang] When getting the cursor for an identifier inside a macro definitio...Argyrios Kyrtzidis2013-01-07
* Sort #include lines for tools/...Chandler Carruth2012-12-04
* [libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis2011-12-10
* [libclang] Make sure we don't try to handle a CXCursor_NoDeclFoundArgyrios Kyrtzidis2011-12-09
* [libclang] When doing clang_findReferencesInFile, make sure we don't crashArgyrios Kyrtzidis2011-12-08
* [libclang] Do the ConcurrencyCheck at the beginning of clang_findReferencesIn...Argyrios Kyrtzidis2011-11-29
* [libclang] Make clang_findReferencesInFile also work on macros (find all expa...Argyrios Kyrtzidis2011-11-29
* [libclang] Make clang_findReferencesInFile use "file-targeted" deserializatio...Argyrios Kyrtzidis2011-11-16
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-06