summaryrefslogtreecommitdiffstats
path: root/clang/tools/CIndex/CXCursor.h
Commit message (Expand)AuthorAgeFilesLines
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-112/+0
* Expose macro definitions as CIndex cursors. These can still only beDouglas Gregor2010-03-181-0/+8
* Introduce the notion of a "preprocessing record", which keeps track ofDouglas Gregor2010-03-181-2/+3
* More token-annotation experimentation, preprocessing the annotatedDouglas Gregor2010-03-181-1/+8
* Experimental stab at using relexing to identify preprocessorDouglas Gregor2010-03-181-0/+6
* Start adding cursor kinds for attributes, with first exposingTed Kremenek2010-02-181-2/+4
* Fix include guard.Ted Kremenek2010-01-251-1/+1
* Introduce type references into the C API, capturing references toDouglas Gregor2010-01-211-0/+8
* Stash a CXXUnit pointer into each cursor. This allows us to simplifyDouglas Gregor2010-01-201-5/+10
* Eliminate the MakeCXCursor routines that require their callers to know too mu...Douglas Gregor2010-01-201-3/+1
* Extend the CIndex API with direct support for expressions andDouglas Gregor2010-01-191-0/+1
* Teach clang_getCursorLocation() to return the locations of referencesDouglas Gregor2010-01-181-2/+4
* Give ObjCClassRef cursors a sane representation, which is encapsulatedDouglas Gregor2010-01-161-1/+8
* Use a sane encoding for CXCursor_ObjCProtocolRef, using the actualDouglas Gregor2010-01-161-1/+10
* Give CXCursor_ObjCSuperClassRef a sane encoding, which is only knownDouglas Gregor2010-01-161-0/+12
* Migrate Decl* -> cursorkind logic into CXCursor.cpp, and drastically tighten ...Ted Kremenek2010-01-161-0/+1
* Make CXCursor's data opaque.Douglas Gregor2010-01-151-0/+14
* Add CXCursor.[h,cpp]. These files will centralize the logic for creating/pro...Ted Kremenek2010-01-151-0/+31
OpenPOWER on IntegriCloud