summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/Index.h
Commit message (Expand)AuthorAgeFilesLines
* 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