summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud