aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/c-index-test.c
AgeCommit message (Expand)Author
2011-10-17Try fixing MSVC compiler errors.Argyrios Kyrtzidis
2011-10-17[libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis
2011-10-14Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen
2011-10-06Fixed GCC (C90) and Clang warnings.Erik Verbruggen
2011-10-06Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen
2011-10-06[libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis
2011-09-26Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis
2011-09-12[libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment v...Argyrios Kyrtzidis
2011-08-29Fix type mismatch in initialization (caught by -Wliteral-conversion)Matt Beaumont-Gay
2011-08-04Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor
2011-07-26Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor
2011-07-25Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor
2011-07-21New libclang API to expose container type for code completion, fromDouglas Gregor
2011-07-14NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth
2011-07-07Introduce a new libclang aPI function,Douglas Gregor
2011-07-06MSVC doesn't like mixing declarations and statements in a C file.Francois Pichet
2011-07-06libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor
2011-05-13Add c-index-test printing and tests for static and virtual methodDouglas Gregor
2011-05-06Introduce a new libclang parsing flag,Douglas Gregor
2011-05-04Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor
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-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