summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test
Commit message (Expand)AuthorAgeFilesLines
...
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-061-0/+8
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-061-9/+108
* Install c-index-test also on CMake build, following up r140681.NAKAMURA Takumi2011-09-281-0/+1
* Install c-index-test as part of install-clang-c Makefile rule.Ted Kremenek2011-09-281-3/+0
* Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis2011-09-261-0/+11
* [libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment v...Argyrios Kyrtzidis2011-09-121-1/+10
* Fix type mismatch in initialization (caught by -Wliteral-conversion)Matt Beaumont-Gay2011-08-291-1/+1
* Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor2011-08-041-0/+6
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-261-1/+11
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-12/+39
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-211-1/+23
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-141-1/+1
* Fix linker problem in buildbot.Argyrios Kyrtzidis2011-07-091-1/+1
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-0/+78
* MSVC doesn't like mixing declarations and statements in a C file.Francois Pichet2011-07-061-2/+1
* libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor2011-07-061-3/+27
* Remove ARCMigrate from more builds that it isn't needed in now that theChandler Carruth2011-06-161-2/+1
* c-index-test also depends on ARCMigrate, oh boyJohn McCall2011-06-161-2/+3
* Add c-index-test printing and tests for static and virtual methodDouglas Gregor2011-05-131-0/+5
* Introduce a new libclang parsing flag,Douglas Gregor2011-05-061-10/+13
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-10/+16
* Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.Ted Kremenek2011-04-201-3/+3
* Report memory usage for global code completion results in CXTUMemoryUsage.Ted Kremenek2011-04-181-8/+7
* Unbreak the MSVC build: Don't mix variable declarations and statements in a ....Francois Pichet2011-04-181-2/+4
* Add libclang API to query how much memory is used by a CXTranslationUnit. Th...Ted Kremenek2011-04-181-4/+32
* c-index-test.c: Fix cygwin warning not to pass signed char to islower(c).NAKAMURA Takumi2011-03-091-1/+1
* [PR9321] "make install" does not need install c-index-test. It is used for te...NAKAMURA Takumi2011-02-281-0/+3
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-192-3/+2
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-192-2/+3
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-182-3/+2
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* 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
OpenPOWER on IntegriCloud