summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
* Make CIndex and c-index-test a little bit more robust. The onlyDouglas Gregor2009-10-161-1/+3
* Keep track of whether declararions were loaded from a precompiledDouglas Gregor2009-10-161-1/+7
* Make sure temporary files get unlinked.Steve Naroff2009-10-151-0/+2
* Fix C90 compile warning about mixed declarations and code.Eric Christopher2009-10-051-9/+10
* Add support for class and protocol references.Steve Naroff2009-10-011-6/+4
* Add clang_getDeclLine and clang_getDeclColumnSteve Naroff2009-09-251-1/+8
* Add test for C-based indexing API, using FileCheck utility.Steve Naroff2009-09-241-14/+17
* Some minor cleanups...Steve Naroff2009-09-231-41/+41
* More work to enable more exhaustive testing of the indexing API.Steve Naroff2009-09-231-0/+26
* - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, ...Steve Naroff2009-09-151-3/+8
* Make sure ObjCInterfaceDecl's that are forward declared always contain a vali...Steve Naroff2009-09-111-5/+5
* Implement accessors clang_getCursorKind(), clang_getCursorDecl().Steve Naroff2009-09-041-4/+13
* - Add back some harmless code that part of a reverted commit (r80859). I'll i...Steve Naroff2009-09-031-11/+29
* Revert "Visit function/method bodies and issue callback for parameters and localDaniel Dunbar2009-09-031-14/+12
* Visit function/method bodies and issue callback for parameters and local vari...Steve Naroff2009-09-031-12/+14
* Fix warnings.Eli Friedman2009-09-021-2/+0
* Start issuing callback for references (add some predicates, refactor some code).Steve Naroff2009-09-021-4/+4
* Flesh out CXCursorKind...Steve Naroff2009-09-021-13/+24
* Add explicit "blind" client data to callback function (since we aren't using ...Steve Naroff2009-09-011-7/+14
* Implement source/line/column hooks.Steve Naroff2009-08-311-3/+7
* More fleshing out the C-based indexing API (under construction).Steve Naroff2009-08-311-1/+8
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-0/+12
OpenPOWER on IntegriCloud