summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexHigh.cpp
Commit message (Expand)AuthorAgeFilesLines
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-4/+3
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-231-13/+14
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-1/+1
* Replace more usages of __func__ with LLVM_FUNCTION_NAMEDmitri Gribenko2013-01-111-1/+2
* [libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis2013-01-101-12/+13
* [libclang] When getting the cursor for an identifier inside a macro definitio...Argyrios Kyrtzidis2013-01-071-2/+2
* Sort #include lines for tools/...Chandler Carruth2012-12-041-2/+1
* [libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis2011-12-101-0/+5
* [libclang] Make sure we don't try to handle a CXCursor_NoDeclFoundArgyrios Kyrtzidis2011-12-091-0/+5
* [libclang] When doing clang_findReferencesInFile, make sure we don't crashArgyrios Kyrtzidis2011-12-081-3/+15
* [libclang] Do the ConcurrencyCheck at the beginning of clang_findReferencesIn...Argyrios Kyrtzidis2011-11-291-3/+6
* [libclang] Make clang_findReferencesInFile also work on macros (find all expa...Argyrios Kyrtzidis2011-11-291-4/+108
* [libclang] Make clang_findReferencesInFile use "file-targeted" deserializatio...Argyrios Kyrtzidis2011-11-161-30/+9
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-061-0/+315
OpenPOWER on IntegriCloud