aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CursorVisitor.h
AgeCommit message (Expand)Author
2013-03-08[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-02-21Strip 'llvm' from 'llvm::Optional' uses.Ted Kremenek
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko
2013-01-26libclang: make getCursorStmt() and getCursorExpr() return const pointersDmitri Gribenko
2013-01-23libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-10-29Add missing emacs major mode marker.Nick Lewycky
2012-10-11Remove pointless classof()'s.Sean Silva
2012-09-01[libclang] The annotation of tokens operation visits statement nodes code-rec...Argyrios Kyrtzidis
2012-02-15Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor
2012-01-01Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-11-29[libclang] Make clang_findReferencesInFile also work on macros (find all expa...Argyrios Kyrtzidis
2011-11-16[libclang] Make clang_annotateTokens use "file-targeted" deserialization and ...Argyrios Kyrtzidis
2011-11-03[libclang] Move CursorVisitor to its own header.Argyrios Kyrtzidis