aboutsummaryrefslogtreecommitdiff
path: root/include/clang-c/Index.h
AgeCommit message (Expand)Author
2009-11-17Add clang_getNullCursor() and clang_equalCursors() (the latter for comparing ...Ted Kremenek
2009-11-17Allow "source_filename" to be an optional argument (the client can provide NU...Ted Kremenek
2009-11-09Introduce CXString type and associated functions clang_getCString() and clang...Steve Naroff
2009-11-07Various improvements to Clang's code-completion infrastructure:Douglas Gregor
2009-10-31Add two missing CINDEX_LINKAGE uses, in libCIndex, from KovarththananDouglas Gregor
2009-10-28Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff
2009-10-27Add support for 'CXFile' (<rdar://problem/7303360>).Steve Naroff
2009-10-27Changes for building as a Windows DLLJohn Thompson
2009-10-22Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().Ted Kremenek
2009-10-22Enhance 'clang_createTranslationUnitFromSourceFile()' in two ways:Ted Kremenek
2009-10-21Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff
2009-10-20Add an example to help claify the process/assumptions...Steve Naroff
2009-10-20- Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This ...Steve Naroff
2009-10-19Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option toTed Kremenek
2009-10-16Keep track of whether declararions were loaded from a precompiledDouglas Gregor
2009-10-15Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generati...Steve Naroff
2009-09-25Add clang_getDeclSource().Steve Naroff
2009-09-25Add clang_getDeclLine and clang_getDeclColumnSteve Naroff
2009-09-23More work to enable more exhaustive testing of the indexing API.Steve Naroff
2009-09-22- Implement support for various types of "refs" (initially to help test clang...Steve Naroff
2009-09-16fit in 80 colsChris Lattner
2009-09-15- clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, ...Steve Naroff
2009-09-03- Add back some harmless code that part of a reverted commit (r80859). I'll i...Steve Naroff
2009-09-03Revert "Visit function/method bodies and issue callback for parameters and localDaniel Dunbar
2009-09-03Visit function/method bodies and issue callback for parameters and local vari...Steve Naroff
2009-09-02Start issuing callback for references (add some predicates, refactor some code).Steve Naroff
2009-09-02Flesh out CXCursorKind...Steve Naroff
2009-09-01Tweak comment based on Daniel's recently added '-emit-ast' option.Steve Naroff
2009-09-01Add explicit "blind" client data to callback function (since we aren't using ...Steve Naroff
2009-08-31Implement source/line/column hooks.Steve Naroff
2009-08-31More fleshing out the C-based indexing API (under construction).Steve Naroff
2009-08-28Lot's of little changes to get the C-based indexing API going...Steve Naroff
2009-08-28Add CX prefix to Cursor and move a comment.Steve Naroff
2009-08-27Fill in Index.h header file and add stubs to implementation file.Steve Naroff
2009-08-26Add initial boilerplate for CIndex, a shared library that will vend high-levelTed Kremenek