| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tweak clang_visitChildren comment. | Daniel Dunbar | 2010-01-24 | 1 | -3/+1 |
| * | Index.h: Tweak comments, delete trailing whitespace, fix a few typos, etc. | Daniel Dunbar | 2010-01-24 | 1 | -140/+144 |
| * | Add doxygen comment to clang_getClangVersion(). | Ted Kremenek | 2010-01-23 | 1 | -1/+5 |
| * | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor | 2010-01-23 | 1 | -5/+13 |
| * | Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan... | Ted Kremenek | 2010-01-22 | 1 | -0/+13 |
| * | Improve content and structure of the Doxygen documentation for the | Douglas Gregor | 2010-01-22 | 1 | -267/+401 |
| * | Yet more CIndex API cleanup: | Douglas Gregor | 2010-01-22 | 1 | -5/+60 |
| * | Introduce type references into the C API, capturing references to | Douglas Gregor | 2010-01-21 | 1 | -1/+17 |
| * | Stash a CXXUnit pointer into each cursor. This allows us to simplify | Douglas Gregor | 2010-01-20 | 1 | -5/+4 |
| * | Yet more Doxygen-comment tweaking in the CIndex library. | Douglas Gregor | 2010-01-20 | 1 | -17/+52 |
| * | Improve Doxygen documentation for the CIndex library, somewhat. | Douglas Gregor | 2010-01-20 | 1 | -13/+57 |
| * | Kill CXEntity and CXDecl. The first has never been used, while the | Douglas Gregor | 2010-01-20 | 1 | -20/+0 |
| * | Kill some CXDecl-related APIs that have been superceded by | Douglas Gregor | 2010-01-20 | 1 | -9/+0 |
| * | Kill CXStmt. It isn't being used anywhere, and has no future. | Douglas Gregor | 2010-01-20 | 1 | -1/+0 |
| * | Kill clang_loadDeclaration() and clang_loadTranslationUnit(). | Douglas Gregor | 2010-01-20 | 1 | -53/+4 |
| * | Introduce a new, cursor-based traversal function that visits the | Douglas Gregor | 2010-01-20 | 1 | -0/+69 |
| * | Attempt to improve CIndex Doxygen organization, although I can't actually tes... | Douglas Gregor | 2010-01-20 | 1 | -9/+18 |
| * | Kill off clang_getDeclColumn, clang_getDeclExtent, clang_getDeclLine, | Douglas Gregor | 2010-01-20 | 1 | -11/+0 |
| * | Introduce a special cursor kind for the translation unit, to serve as | Douglas Gregor | 2010-01-20 | 1 | -2/+18 |
| * | CXCursor_UnexposedDecl to the first declaration kind | Douglas Gregor | 2010-01-20 | 1 | -12/+12 |
| * | Kill CXCursor_ObjCSelectorRef, CXCursor_VarRef, CXCursor_FunctionRef, | Douglas Gregor | 2010-01-19 | 1 | -6/+1 |
| * | Extend the CIndex API with direct support for expressions and | Douglas Gregor | 2010-01-19 | 1 | -1/+51 |
| * | Kill the unused and unnecessary CXCursor_MemberRef, twin to the | Douglas Gregor | 2010-01-19 | 1 | -5/+4 |
| * | Kill CXCursor_ObjCIvarRef. Such cursors could never be created, and | Douglas Gregor | 2010-01-19 | 1 | -1/+0 |
| * | Introduce the notion of an "unexposed" declaration into the CIndex | Douglas Gregor | 2010-01-19 | 1 | -1/+33 |
| * | Rework the CXSourceLocation and CXSourceRange APIs. They are now | Douglas Gregor | 2010-01-19 | 1 | -11/+46 |
| * | Eliminate cursor kinds used to express definitions. Instead, provide | Douglas Gregor | 2010-01-19 | 1 | -13/+42 |
| * | Introduce clang_getCursorReferenced, to get a cursor pointing at the | Douglas Gregor | 2010-01-19 | 1 | -3/+15 |
| * | Implement clang_getCursorExtent, which provides a source range for the | Douglas Gregor | 2010-01-19 | 1 | -0/+11 |
| * | Now that a reasonable deprecation cycle has passed, kill | Douglas Gregor | 2010-01-18 | 1 | -5/+0 |
| * | Introduce clang_getCursorLocation(), which supercedes | Douglas Gregor | 2010-01-18 | 1 | -3/+17 |
| * | Clean up the CIndex API slightly. | Douglas Gregor | 2010-01-18 | 1 | -7/+19 |
| * | Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '... | Ted Kremenek | 2010-01-18 | 1 | -1/+4 |
| * | Remove 'default' case in switch statement in clang_getCursorKindSpelling(). ... | Ted Kremenek | 2010-01-16 | 1 | -18/+18 |
| * | Make CXCursor's data opaque. | Douglas Gregor | 2010-01-15 | 1 | -3/+1 |
| * | Add 'referringDecl' field to CXCursor to prepare the way to better model decl... | Ted Kremenek | 2010-01-13 | 1 | -0/+1 |
| * | Rename clang_getUSR() -> clang_getDeclUSR(). For now we take a CXDecl instea... | Ted Kremenek | 2010-01-12 | 1 | -1/+1 |
| * | Change clang_getUSR() to return a CXString instead of a 'const char *'. | Ted Kremenek | 2010-01-12 | 1 | -1/+1 |
| * | CIndex: | Ted Kremenek | 2010-01-11 | 1 | -4/+10 |
| * | Improve code completion by introducing patterns for the various C and | Douglas Gregor | 2010-01-10 | 1 | -1/+22 |
| * | For now, add back clang_getDeclSource(). | Ted Kremenek | 2010-01-08 | 1 | -0/+1 |
| * | Change clang_getDeclExtent() to have the endpoint point to the last character... | Ted Kremenek | 2010-01-06 | 1 | -2/+2 |
| * | Add missing CINDEX_LINKAGE. | Daniel Dunbar | 2010-01-06 | 1 | -4/+5 |
| * | Remove deprecated function 'clang_getDeclSource()'. Use 'clang_getDeclFile()... | Ted Kremenek | 2010-01-05 | 1 | -1/+0 |
| * | Add C API hook 'clang_getDeclExtent()', which returns the source extent of a ... | Ted Kremenek | 2010-01-05 | 1 | -0/+16 |
| * | Split (mostly nonexistent) USR code out from the main CIndex logic. | Ted Kremenek | 2010-01-05 | 1 | -2/+2 |
| * | Extend code-completion results with the type of each result | Douglas Gregor | 2009-12-18 | 1 | -1/+9 |
| * | Change clang_codeComplete API to return the results in a structure on | Douglas Gregor | 2009-12-18 | 1 | -34/+42 |
| * | Include <time.h> in order to use 'time_t'. | Chandler Carruth | 2009-12-17 | 1 | -0/+1 |
| * | Switch clang_createTranslationUnitFromSourceFile to use ASTUnit::LoadFromComm... | Daniel Dunbar | 2009-12-03 | 1 | -17/+39 |