summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
...
* [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis2012-03-301-0/+2
* [libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis2012-03-301-3/+15
* [libclang] Have c-index-test output more information about a cursor with -cur...Argyrios Kyrtzidis2012-03-301-0/+12
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-271-1/+16
* Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek2012-03-201-0/+2
* [c-index-test] Make it C90 compliant.Argyrios Kyrtzidis2012-03-151-1/+3
* [libclang] A couple of enhancements to c-index-test.Argyrios Kyrtzidis2012-03-151-14/+35
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-281-0/+12
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-2/+0
* Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...Ted Kremenek2012-02-141-6/+14
* [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicateArgyrios Kyrtzidis2012-01-141-8/+13
* [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfoArgyrios Kyrtzidis2011-12-151-0/+7
* [libclang] Indexing API: Fix suppressing of references in macros and suppressArgyrios Kyrtzidis2011-12-131-1/+5
* [libclang] Indexing API: provide both the semantic and the lexical container.Argyrios Kyrtzidis2011-12-071-2/+4
* [libclang] Fix indexing of C++ bases in a C++ class.Argyrios Kyrtzidis2011-12-071-6/+18
* [libclang] Introduce CXIdxEntityLanguage that indicates the languageArgyrios Kyrtzidis2011-12-071-1/+12
* [libclang] When indexing a field in a C++ class, return an entityArgyrios Kyrtzidis2011-12-051-0/+1
* [libclang] Create a diagnostic set to pass at the end of indexing.Argyrios Kyrtzidis2011-12-011-9/+15
* [libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis2011-11-281-1/+10
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-221-15/+58
* c-index-test.c: Fix syntax according to C.NAKAMURA Takumi2011-11-181-1/+1
* [libclang] Indexing API:Argyrios Kyrtzidis2011-11-181-4/+21
* [libclang] Indexing API: fill the objc category info for a category implement...Argyrios Kyrtzidis2011-11-161-1/+4
* [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only ...Argyrios Kyrtzidis2011-11-161-2/+9
* [libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis2011-11-151-3/+52
* [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
OpenPOWER on IntegriCloud