summaryrefslogtreecommitdiff
path: root/tools/libclang/CursorVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-12/+12
* [index] Expose FriendDeclOlivier Goffart2016-11-041-1/+2
* [libclang] Sync-up the way top-level decls in an ASTUnit are handled with how...Argyrios Kyrtzidis2016-07-011-0/+3
* CIndex: add support for static_assertOlivier Goffart2016-06-091-0/+1
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-151-0/+1
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-0/+1
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-0/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-8/+8
* [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-081-2/+2
* Strip 'llvm' from 'llvm::Optional' uses.Ted Kremenek2013-02-211-1/+1
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-2/+2
* libclang: make getCursorStmt() and getCursorExpr() return const pointersDmitri Gribenko2013-01-261-4/+5
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-231-3/+4
* Sort #include lines for tools/...Chandler Carruth2012-12-041-2/+1
* Add missing emacs major mode marker.Nick Lewycky2012-10-291-1/+1
* Remove pointless classof()'s.Sean Silva2012-10-111-1/+0
* [libclang] The annotation of tokens operation visits statement nodes code-rec...Argyrios Kyrtzidis2012-09-011-3/+14
* 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