summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
...
* Extend the CIndex code-completion API to perform code completionDouglas Gregor2009-12-021-1/+95
* c-index-test: Split "function scanning" behavior into its own "filter" -- itsDaniel Dunbar2009-12-011-68/+63
* Add c-index-test -test-load-source, which loads the translation unit from a s...Daniel Dunbar2009-12-011-1/+36
* Add special clang_getCursor() support for @class. Handles <rdar://problem/73...Ted Kremenek2009-11-181-9/+16
* fgetln is a BSDism; replace it with more portable code.Benjamin Kramer2009-11-171-6/+9
* Add c-index-test mode "-test-file-scan", which scans a source file and calls ...Ted Kremenek2009-11-171-6/+100
* Organize c-index-test into logic sections, and add section headers.Ted Kremenek2009-11-171-42/+62
* Clean up c-index-test command line usage a bit by requiring a "-test-load-tu"...Ted Kremenek2009-11-171-36/+49
* Have clang_getCursorSource() return NULL when the source location is invalid ...Ted Kremenek2009-11-171-4/+11
* Improve c-index-test's parsing of the -code-completion-at=file:line:column ar...Douglas Gregor2009-11-091-21/+24
* Introduce CXString type and associated functions clang_getCString() and clang...Steve Naroff2009-11-091-4/+17
* C doesn't allow mixing declarations and statements, sillyDouglas Gregor2009-11-091-2/+2
* Minor cleanup for CIndex-based code-completion:Douglas Gregor2009-11-091-11/+24
* Revert unintentional change to this file.Daniel Dunbar2009-11-081-2/+1
* CIndex: Add temporary hack to leak memory instead of returning invalid pointers.Daniel Dunbar2009-11-081-1/+2
* Fix some build warnings.Daniel Dunbar2009-11-071-2/+5
* Various improvements to Clang's code-completion infrastructure:Douglas Gregor2009-11-071-0/+106
* Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff2009-10-281-6/+2
* Changes for building as a Windows DLLJohn Thompson2009-10-271-0/+16
* Fixes a warning.Fariborz Jahanian2009-10-221-1/+1
* Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().Ted Kremenek2009-10-221-2/+6
* Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff2009-10-211-2/+2
* - Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This ...Steve Naroff2009-10-201-5/+3
* Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option toTed Kremenek2009-10-191-1/+1
* Fix compiler warning: "ISO C90 forbids mixed declarations and code"Ted Kremenek2009-10-171-3/+9
* Fix warning: 'warning: C++ style comments are not allowed in ISO C90'Ted Kremenek2009-10-171-1/+1
* 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