summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
...
* [libclang] Slight changes to the indexing API and bigger internal changes for...Argyrios Kyrtzidis2011-11-141-25/+24
* [libclang] Move the check for errors in c-index-test before the TU gets dispo...Argyrios Kyrtzidis2011-11-131-3/+5
* [libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -tes...Argyrios Kyrtzidis2011-11-131-0/+12
* [libclang] Further simplify the indexing API.Argyrios Kyrtzidis2011-11-121-125/+49
* Silence compiler warning.Benjamin Kramer2011-11-111-0/+1
* [serialized diagnostics]: add test cases for serialized diagnostics, includin...Ted Kremenek2011-11-111-3/+7
* [libclang] Simplify the indexing API.Argyrios Kyrtzidis2011-11-111-266/+117
* c-index-test.c: Fix a comment style. /* It is C source. */NAKAMURA Takumi2011-11-101-1/+1
* c-index-test.c: Fix syntax. It is C source.NAKAMURA Takumi2011-11-101-2/+3
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-1/+154
* [libclang] For "c-index-test -index-file", print out the names of the callbacks.Argyrios Kyrtzidis2011-11-051-29/+39
* [libclang] Add missing return in clang_getExpansionLocation that resulted in ...Argyrios Kyrtzidis2011-11-031-1/+1
* [libclang] For c-index-test disable caching of code completion results ifArgyrios Kyrtzidis2011-11-031-0/+2
* [libclang] Introduce use of CINDEXTEST_FAILONERROR environment variable which...Argyrios Kyrtzidis2011-10-281-2/+83
* [libclang] Don't use C++-style comments in c-index-test.c.Argyrios Kyrtzidis2011-10-201-3/+3
* [libclang] Index implicit property references.Argyrios Kyrtzidis2011-10-181-0/+5
* [libclang] When printing the diagnostic print it with a new line.Argyrios Kyrtzidis2011-10-181-1/+1
* Try fixing MSVC compiler errors.Argyrios Kyrtzidis2011-10-171-3/+9
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-0/+501
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-141-0/+17
* Fixed GCC (C90) and Clang warnings.Erik Verbruggen2011-10-061-6/+3
* 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
* 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
* 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
* 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
* 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
OpenPOWER on IntegriCloud