summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXCursor.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+2
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-041-12/+9
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-2/+2
* libclang: make getCursorParentDecl() return 'const Decl *'Dmitri Gribenko2013-01-261-1/+1
* libclang: change getCursorAttr() to return 'const Attr *'Dmitri Gribenko2013-01-261-1/+1
* libclang: make getCursorStmt() and getCursorExpr() return const pointersDmitri Gribenko2013-01-261-2/+2
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-231-4/+5
* libclang: remove a few const_castsDmitri Gribenko2013-01-141-2/+2
* libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko2013-01-111-20/+22
* [libclang] When getting the cursor for an identifier inside a macro definitio...Argyrios Kyrtzidis2013-01-071-3/+46
* Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of Sma...Ted Kremenek2012-04-301-2/+9
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-151-0/+9
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-221-1/+1
* [libclang] Indexing API:Argyrios Kyrtzidis2011-11-181-3/+3
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-4/+6
* [libclang] Allow using getDeclCursorUSR function with a Decl* and not a cursor.Argyrios Kyrtzidis2011-10-121-0/+5
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-061-1/+24
* [libclang] Move the bulk of clang_getOverriddenCursors intoArgyrios Kyrtzidis2011-10-061-1/+4
* [libclang] Refactor the important stuff in clang_getCursor into a cxcursor::g...Argyrios Kyrtzidis2011-09-271-0/+2
* Move the rest of the preprocessor terminology from 'instantiate' andChandler Carruth2011-07-141-6/+6
* [libclang] Introduce cxcursor::getCursorParentDecl(CXCursor Cursor) and use i...Argyrios Kyrtzidis2011-06-291-0/+1
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-19/+30
* Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec...Ted Kremenek2010-11-011-1/+6
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-0/+8
* Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor2010-09-131-1/+26
* Add libclang support for label statements, gotos, and taking theDouglas Gregor2010-09-101-0/+8
* Teach libclang to walk the base and member initializers of aDouglas Gregor2010-09-091-0/+9
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-311-1/+9
* Extend libclang with a new cursor kind that indicates a reference to aDouglas Gregor2010-08-311-1/+10
* Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek2010-08-271-0/+7
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-261-0/+2
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+112