summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CursorVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-151-1/+2
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-1/+0
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-1/+0
* [libclang] Make clang_findReferencesInFile also work on macros (find all expa...Argyrios Kyrtzidis2011-11-291-2/+9
* [libclang] Make clang_annotateTokens use "file-targeted" deserialization and ...Argyrios Kyrtzidis2011-11-161-1/+3
* [libclang] Move CursorVisitor to its own header.Argyrios Kyrtzidis2011-11-031-0/+251