summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXCursor.h
Commit message (Expand)AuthorAgeFilesLines
* 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