summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek2010-07-301-0/+2
* Fix an apparent bug.Dan Gohman2010-07-261-1/+1
* Start removing the use of smart pointers from the Parse/SemaDouglas Gregor2010-07-251-1/+1
* Basic plumbing for generating a precompiled preamble for anDouglas Gregor2010-07-231-5/+16
* This was still complaining about the length of the string. I've broken it hereChandler Carruth2010-07-221-1/+2
* Slip up long string literalDouglas Gregor2010-07-201-1/+2
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-1/+63
* Add a -code-completion-timing= mode to c-index-test, so that we canDouglas Gregor2010-07-121-7/+15
* Silence warning about C++-style comments.Benjamin Kramer2010-06-221-2/+2
* Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek2010-06-211-1/+1
* Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek2010-06-211-6/+19
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-1/+2
* Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek2010-05-141-0/+29
* Fix USRs for 'extern' variables declaration in functions/method bodies.Ted Kremenek2010-04-201-3/+4
* Rework USR generation for symbols with no linkage. Many of the USRs are now ...Ted Kremenek2010-04-161-1/+1
* Add c-index-test support for printing USRs.Ted Kremenek2010-03-251-4/+187
* c-index-test's printing of linkage was completely broken, as was theDouglas Gregor2010-03-041-4/+4
* Add '-test-print-linkage-source' option to c-index-testTed Kremenek2010-03-031-1/+32
* Rework the CIndex API for displaying diagnostics. Instead of printingDouglas Gregor2010-02-221-2/+6
* Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges.Douglas Gregor2010-02-191-41/+19
OpenPOWER on IntegriCloud