summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
* If any Fix-Its attached to a diagnostic have invalid source locationsDouglas Gregor2011-02-031-1/+1
* Teach Diagnostic::setClient() to free the existing, ownedDouglas Gregor2011-01-311-0/+2
* Teach ASTUnit to save the specified target features, sinceDouglas Gregor2011-01-271-1/+1
* Add libclang functions to determine the const/volatile/restrictDouglas Gregor2011-01-271-0/+6
* De-C99-ify for loopDouglas Gregor2010-11-301-1/+2
* Teach c-index-test to reparse the source file a few times when testingDouglas Gregor2010-11-301-17/+36
* Extend the libclang diagnostic API to provide information about theDouglas Gregor2010-11-191-1/+2
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-3/+3
* Move CXString creation/management routines intoTed Kremenek2010-11-161-3/+3
* Tweak libclang's heuristics for building precompiled preambles andDouglas Gregor2010-11-151-0/+5
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-22/+22
* Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor2010-11-091-22/+22
* Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-22/+22
* Adjust return type of thread_runner.Benjamin Kramer2010-11-041-2/+1
* c-index-test: Switch to using clang_executeOnThread instead of mucking aboutDaniel Dunbar2010-11-041-27/+1
* Add an environment variable that allows us to turn off threading in c-index-testDouglas Gregor2010-10-271-0/+3
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-0/+7
* Call clang_disposeTokens() when we are done with the set of tokens.Ted Kremenek2010-10-201-0/+1
* This patch remove the Win32 XFAIL from remap-complete.cFrancois Pichet2010-10-121-1/+1
* Switch c-index-test from clang_codeComplete() over toDouglas Gregor2010-10-111-27/+29
* Eliminate clang_setUseExternalASTGeneration() from libclang. BetweenDouglas Gregor2010-10-111-10/+0
* Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor2010-10-081-0/+5
* Introduce a new libclang function, clang_getCursorDisplayName(), whichDouglas Gregor2010-10-021-2/+11
* Extend libclang with an API that determines, given a C++ virtualDouglas Gregor2010-10-011-1/+18
* perform_code_completion(): fix type declaration for TU.Dawn Perchik2010-09-301-1/+1
* c-index-test: Run inside a separate thread iff we have pthread support, toDaniel Dunbar2010-09-301-1/+55
* I will not mix declaration and statements in C90.Douglas Gregor2010-09-141-1/+2
* Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor2010-09-131-3/+18
* Introduce a new libclang function,Douglas Gregor2010-09-021-1/+12
* Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek2010-08-271-0/+20
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-1/+25
* Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar2010-08-261-25/+1
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-1/+25
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-261-0/+8
* Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-85/+1
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-251-1/+85
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-231-1/+27
* c-index-test: Diagnose parse / completion failures in -code-completion-at=.Daniel Dunbar2010-08-191-0/+8
* c-index-test: As with reparse, only honor remapped false during the codeDaniel Dunbar2010-08-191-3/+1
* Fix a c-index-test leak with file remappingDouglas Gregor2010-08-191-2/+3
* c-index-test: Change -test-load-source-repase to only use remapped files for theDaniel Dunbar2010-08-181-3/+4
* Implement caching of code-completion results for macro definitionsDouglas Gregor2010-08-131-0/+2
* Add an options parameter to clang_saveTranslationUnit, because we'll want it ...Douglas Gregor2010-08-131-1/+1
* Implement clang_saveTranslationUnit(), which saves a translation unitDouglas Gregor2010-08-131-2/+42
* Add a (currently unused) "options" parameter toDouglas Gregor2010-08-111-1/+2
* Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor2010-08-091-1/+1
* Fix mixed declarations and code warning.Daniel Dunbar2010-08-091-1/+1
* Use precompiled preambles for in-process code completion.Douglas Gregor2010-08-091-11/+17
* Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor2010-08-051-1/+2
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-5/+15
OpenPOWER on IntegriCloud