aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test
AgeCommit message (Expand)Author
2011-04-20Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.Ted Kremenek
2011-04-18Report memory usage for global code completion results in CXTUMemoryUsage.Ted Kremenek
2011-04-18Unbreak the MSVC build: Don't mix variable declarations and statements in a ....Francois Pichet
2011-04-18Add libclang API to query how much memory is used by a CXTranslationUnit. Th...Ted Kremenek
2011-03-09c-index-test.c: Fix cygwin warning not to pass signed char to islower(c).NAKAMURA Takumi
2011-02-28[PR9321] "make install" does not need install c-index-test. It is used for te...NAKAMURA Takumi
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2011-02-03If any Fix-Its attached to a diagnostic have invalid source locationsDouglas Gregor
2011-01-31Teach Diagnostic::setClient() to free the existing, ownedDouglas Gregor
2011-01-27Teach ASTUnit to save the specified target features, sinceDouglas Gregor
2011-01-27Add libclang functions to determine the const/volatile/restrictDouglas Gregor
2010-11-30De-C99-ify for loopDouglas Gregor
2010-11-30Teach c-index-test to reparse the source file a few times when testingDouglas Gregor
2010-11-19Extend the libclang diagnostic API to provide information about theDouglas Gregor
2010-11-16Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek
2010-11-16Move CXString creation/management routines intoTed Kremenek
2010-11-15Tweak libclang's heuristics for building precompiled preambles andDouglas Gregor
2010-11-09ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-11-09Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor
2010-11-09Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-11-04Adjust return type of thread_runner.Benjamin Kramer
2010-11-04c-index-test: Switch to using clang_executeOnThread instead of mucking aboutDaniel Dunbar
2010-10-27Add an environment variable that allows us to turn off threading in c-index-testDouglas Gregor
2010-10-20Extend the preprocessing record and libclang with support forDouglas Gregor
2010-10-20Call clang_disposeTokens() when we are done with the set of tokens.Ted Kremenek
2010-10-12This patch remove the Win32 XFAIL from remap-complete.cFrancois Pichet
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-10-11Eliminate clang_setUseExternalASTGeneration() from libclang. BetweenDouglas Gregor
2010-10-08Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor
2010-10-02Introduce a new libclang function, clang_getCursorDisplayName(), whichDouglas Gregor
2010-10-01Extend libclang with an API that determines, given a C++ virtualDouglas Gregor
2010-09-30perform_code_completion(): fix type declaration for TU.Dawn Perchik
2010-09-30c-index-test: Run inside a separate thread iff we have pthread support, toDaniel Dunbar
2010-09-14I will not mix declaration and statements in C90.Douglas Gregor
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-13Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-09Clean up CMake dependenciesDouglas Gregor
2010-09-02Introduce a new libclang function,Douglas Gregor
2010-08-27Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor