summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* Include <time.h> in order to use 'time_t'.Chandler Carruth2009-12-171-0/+1
* Switch clang_createTranslationUnitFromSourceFile to use ASTUnit::LoadFromComm...Daniel Dunbar2009-12-031-17/+39
* Extend the CIndex code-completion API to perform code completionDouglas Gregor2009-12-021-0/+37
* Add clang_getNullCursor() and clang_equalCursors() (the latter for comparing ...Ted Kremenek2009-11-171-0/+4
* Allow "source_filename" to be an optional argument (the client can provide NU...Ted Kremenek2009-11-171-1/+2
* Introduce CXString type and associated functions clang_getCString() and clang...Steve Naroff2009-11-091-4/+23
* Various improvements to Clang's code-completion infrastructure:Douglas Gregor2009-11-071-0/+321
* Add two missing CINDEX_LINKAGE uses, in libCIndex, from KovarththananDouglas Gregor2009-10-311-2/+2
* Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff2009-10-281-15/+0
* Add support for 'CXFile' (<rdar://problem/7303360>).Steve Naroff2009-10-271-3/+14
* Changes for building as a Windows DLLJohn Thompson2009-10-271-32/+43
* Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().Ted Kremenek2009-10-221-5/+16
* Enhance 'clang_createTranslationUnitFromSourceFile()' in two ways:Ted Kremenek2009-10-221-3/+11
* Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff2009-10-211-1/+9
* Add an example to help claify the process/assumptions...Steve Naroff2009-10-201-0/+24
* - Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This ...Steve Naroff2009-10-201-20/+26
* Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option toTed Kremenek2009-10-191-3/+14
* Keep track of whether declararions were loaded from a precompiledDouglas Gregor2009-10-161-0/+11
* Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generati...Steve Naroff2009-10-151-0/+6
* Add clang_getDeclSource().Steve Naroff2009-09-251-0/+1
* Add clang_getDeclLine and clang_getDeclColumnSteve Naroff2009-09-251-0/+3
* More work to enable more exhaustive testing of the indexing API.Steve Naroff2009-09-231-1/+9
* - Implement support for various types of "refs" (initially to help test clang...Steve Naroff2009-09-221-7/+15
* fit in 80 colsChris Lattner2009-09-161-1/+2
* - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, ...Steve Naroff2009-09-151-3/+9
* - Add back some harmless code that part of a reverted commit (r80859). I'll i...Steve Naroff2009-09-031-1/+4
* Revert "Visit function/method bodies and issue callback for parameters and localDaniel Dunbar2009-09-031-2/+0
* Visit function/method bodies and issue callback for parameters and local vari...Steve Naroff2009-09-031-0/+2
* Start issuing callback for references (add some predicates, refactor some code).Steve Naroff2009-09-021-6/+10
* Flesh out CXCursorKind...Steve Naroff2009-09-021-24/+36
* Tweak comment based on Daniel's recently added '-emit-ast' option.Steve Naroff2009-09-011-6/+2
* Add explicit "blind" client data to callback function (since we aren't using ...Steve Naroff2009-09-011-2/+5
* Implement source/line/column hooks.Steve Naroff2009-08-311-1/+1
* More fleshing out the C-based indexing API (under construction).Steve Naroff2009-08-311-36/+43
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-20/+22
* Add CX prefix to Cursor and move a comment.Steve Naroff2009-08-281-6/+6
* Fill in Index.h header file and add stubs to implementation file.Steve Naroff2009-08-271-5/+138
* Add initial boilerplate for CIndex, a shared library that will vend high-levelTed Kremenek2009-08-261-0/+33
OpenPOWER on IntegriCloud