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