| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar | 2010-04-30 | 1 | -112/+0 |
* | Expose macro definitions as CIndex cursors. These can still only be | Douglas Gregor | 2010-03-18 | 1 | -0/+8 |
* | Introduce the notion of a "preprocessing record", which keeps track of | Douglas Gregor | 2010-03-18 | 1 | -2/+3 |
* | More token-annotation experimentation, preprocessing the annotated | Douglas Gregor | 2010-03-18 | 1 | -1/+8 |
* | Experimental stab at using relexing to identify preprocessor | Douglas Gregor | 2010-03-18 | 1 | -0/+6 |
* | Start adding cursor kinds for attributes, with first exposing | Ted Kremenek | 2010-02-18 | 1 | -2/+4 |
* | Fix include guard. | Ted Kremenek | 2010-01-25 | 1 | -1/+1 |
* | Introduce type references into the C API, capturing references to | Douglas Gregor | 2010-01-21 | 1 | -0/+8 |
* | Stash a CXXUnit pointer into each cursor. This allows us to simplify | Douglas Gregor | 2010-01-20 | 1 | -5/+10 |
* | Eliminate the MakeCXCursor routines that require their callers to know too mu... | Douglas Gregor | 2010-01-20 | 1 | -3/+1 |
* | Extend the CIndex API with direct support for expressions and | Douglas Gregor | 2010-01-19 | 1 | -0/+1 |
* | Teach clang_getCursorLocation() to return the locations of references | Douglas Gregor | 2010-01-18 | 1 | -2/+4 |
* | Give ObjCClassRef cursors a sane representation, which is encapsulated | Douglas Gregor | 2010-01-16 | 1 | -1/+8 |
* | Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual | Douglas Gregor | 2010-01-16 | 1 | -1/+10 |
* | Give CXCursor_ObjCSuperClassRef a sane encoding, which is only known | Douglas Gregor | 2010-01-16 | 1 | -0/+12 |
* | Migrate Decl* -> cursorkind logic into CXCursor.cpp, and drastically tighten ... | Ted Kremenek | 2010-01-16 | 1 | -0/+1 |
* | Make CXCursor's data opaque. | Douglas Gregor | 2010-01-15 | 1 | -0/+14 |
* | Add CXCursor.[h,cpp]. These files will centralize the logic for creating/pro... | Ted Kremenek | 2010-01-15 | 1 | -0/+31 |