summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
...
* Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor2010-02-181-109/+66
* Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor2010-02-181-66/+109
* Introduce debugging/testing hook clang_enableStackTraces() intoDouglas Gregor2010-02-181-0/+1
* Resurrect the displayDiagnostics parameter to clang_createIndex(), andDouglas Gregor2010-02-181-6/+9
* Introduce CIndex API functions for displaying a diagnostic, with someDouglas Gregor2010-02-181-103/+56
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-19/+25
* Convert clang_getCompletionChunkText() to return a CXString.Ted Kremenek2010-02-171-2/+6
* Change clang_getCursorKindSpelling() to return a CXStringTed Kremenek2010-02-171-112/+122
* Change clang_getFileName() to return a 'CXString' instead of 'const char *'.Ted Kremenek2010-02-171-9/+27
* c-index-test: Pass appropriate client data.Daniel Dunbar2010-02-161-1/+1
* CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar2010-02-141-3/+2
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-8/+7
* c-index-test: Simplify file scanning code.Daniel Dunbar2010-02-141-46/+28
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-16/+25
* Attempt to always dispose of the CXIndex object in c-index-test.Ted Kremenek2010-02-111-3/+12
* c-index-test: Add "none" filter, useful for performance testing.Daniel Dunbar2010-02-101-0/+1
* Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel!Douglas Gregor2010-02-081-8/+7
* When printing diagnostics in c-index-test, also print source rangesDouglas Gregor2010-01-291-2/+85
* Switch the remaining diagnostic printing in CIndex over to theDouglas Gregor2010-01-281-10/+9
* Implement a diagnostics callback for the C interface to Clang, so thatDouglas Gregor2010-01-281-4/+48
* Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk...Ted Kremenek2010-01-261-1/+33
* Eliminate clang_getInstantiationLocationOffset(), and instead add anDouglas Gregor2010-01-261-8/+8
* Implement clang_annotateTokens(), which associates cursors with eachDouglas Gregor2010-01-261-1/+6
* Add 'PostVisitTU' callback hook to 'perform_test_load()' to allow a special c...Ted Kremenek2010-01-261-9/+21
* Allow the 'visitor' argument to 'perform_test_load()' to be NULL. TheTed Kremenek2010-01-261-18/+22
* Introduce a CIndex API for lexing the raw tokens within a given sourceDouglas Gregor2010-01-261-30/+151
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-102/+112
* Yet more CIndex API cleanup:Douglas Gregor2010-01-221-4/+13
* Stash a CXXUnit pointer into each cursor. This allows us to simplifyDouglas Gregor2010-01-201-1/+1
* Switch c-index-test from clang_loadDeclaration() andDouglas Gregor2010-01-201-55/+44
* Rework the CXSourceLocation and CXSourceRange APIs. They are nowDouglas Gregor2010-01-191-10/+31
* Eliminate cursor kinds used to express definitions. Instead, provideDouglas Gregor2010-01-191-1/+5
* Introduce clang_getCursorReferenced, to get a cursor pointing at theDouglas Gregor2010-01-191-5/+7
* Implement clang_getCursorExtent, which provides a source range for theDouglas Gregor2010-01-191-8/+8
* Introduce clang_getCursorLocation(), which supercedesDouglas Gregor2010-01-181-16/+23
* Clean up the CIndex API slightly.Douglas Gregor2010-01-181-1/+1
* Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '...Ted Kremenek2010-01-181-18/+4
* Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ...Ted Kremenek2010-01-161-8/+17
* Make CXCursor's data opaque.Douglas Gregor2010-01-151-7/+7
* Add -cursor-at=file:line:column command line option to c-index-test,Douglas Gregor2010-01-151-1/+71
* Add USR printing modes to c-index-test.Ted Kremenek2010-01-121-10/+54
* Make 'CXTranslationUnitIterator' an argument to perform_test_load(),Ted Kremenek2010-01-121-8/+12
* Improve code completion by introducing patterns for the various C andDouglas Gregor2010-01-101-0/+5
* Add FileCheck prefix to another location in the output of c-index-test.Ted Kremenek2010-01-071-1/+1
* Remove unused variables.Ted Kremenek2010-01-051-2/+0
* Add C API hook 'clang_getDeclExtent()', which returns the source extent of a ...Ted Kremenek2010-01-051-16/+42
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-0/+1
* Change clang_codeComplete API to return the results in a structure onDouglas Gregor2009-12-181-4/+13
* Test for errors during fread() inside c-index-test and handle themChandler Carruth2009-12-171-1/+9
* Switch clang_createTranslationUnitFromSourceFile to use ASTUnit::LoadFromComm...Daniel Dunbar2009-12-031-0/+5
OpenPOWER on IntegriCloud