aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/c-index-test.c
AgeCommit message (Expand)Author
2012-05-08Introduce a new libclang API to determine the platform availability ofDouglas Gregor
2012-04-14c-index-test: dispose spelling string after use.Benjamin Kramer
2012-04-12Added a flag to the parser to skip method bodies.Erik Verbruggen
2012-04-12Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek
2012-04-11[libclang] Apparently it's important to build in C89, sigh..Argyrios Kyrtzidis
2012-04-11[libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis
2012-04-07[Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...NAKAMURA Takumi
2012-03-31Remove unused but set variable.Benjamin Kramer
2012-03-30[libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis
2012-03-30[libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis
2012-03-30[libclang] Have c-index-test output more information about a cursor with -cur...Argyrios Kyrtzidis
2012-03-27Introduce a new libclang API to determine the parent context of a codeDouglas Gregor
2012-03-20Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek
2012-03-15[c-index-test] Make it C90 compliant.Argyrios Kyrtzidis
2012-03-15[libclang] A couple of enhancements to c-index-test.Argyrios Kyrtzidis
2012-02-28[libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis
2012-02-25Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis
2012-02-14Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...Ted Kremenek
2012-01-14[libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicateArgyrios Kyrtzidis
2011-12-15[libclang] Indexing API: provide an attribute list inside CXIdxEntityInfoArgyrios Kyrtzidis
2011-12-13[libclang] Indexing API: Fix suppressing of references in macros and suppressArgyrios Kyrtzidis
2011-12-07[libclang] Indexing API: provide both the semantic and the lexical container.Argyrios Kyrtzidis
2011-12-07[libclang] Fix indexing of C++ bases in a C++ class.Argyrios Kyrtzidis
2011-12-07[libclang] Introduce CXIdxEntityLanguage that indicates the languageArgyrios Kyrtzidis
2011-12-05[libclang] When indexing a field in a C++ class, return an entityArgyrios Kyrtzidis
2011-12-01[libclang] Create a diagnostic set to pass at the end of indexing.Argyrios Kyrtzidis
2011-11-28[libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis
2011-11-22[libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis
2011-11-18c-index-test.c: Fix syntax according to C.NAKAMURA Takumi
2011-11-18[libclang] Indexing API:Argyrios Kyrtzidis
2011-11-16[libclang] Indexing API: fill the objc category info for a category implement...Argyrios Kyrtzidis
2011-11-16[libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only ...Argyrios Kyrtzidis
2011-11-15[libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis
2011-11-14[libclang] Slight changes to the indexing API and bigger internal changes for...Argyrios Kyrtzidis
2011-11-13[libclang] Move the check for errors in c-index-test before the TU gets dispo...Argyrios Kyrtzidis
2011-11-13[libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -tes...Argyrios Kyrtzidis
2011-11-12[libclang] Further simplify the indexing API.Argyrios Kyrtzidis
2011-11-11Silence compiler warning.Benjamin Kramer
2011-11-11[serialized diagnostics]: add test cases for serialized diagnostics, includin...Ted Kremenek
2011-11-11[libclang] Simplify the indexing API.Argyrios Kyrtzidis
2011-11-10c-index-test.c: Fix a comment style. /* It is C source. */NAKAMURA Takumi
2011-11-10c-index-test.c: Fix syntax. It is C source.NAKAMURA Takumi
2011-11-10serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek
2011-11-05[libclang] For "c-index-test -index-file", print out the names of the callbacks.Argyrios Kyrtzidis
2011-11-03[libclang] Add missing return in clang_getExpansionLocation that resulted in ...Argyrios Kyrtzidis
2011-11-03[libclang] For c-index-test disable caching of code completion results ifArgyrios Kyrtzidis
2011-10-28[libclang] Introduce use of CINDEXTEST_FAILONERROR environment variable which...Argyrios Kyrtzidis
2011-10-20[libclang] Don't use C++-style comments in c-index-test.c.Argyrios Kyrtzidis
2011-10-18[libclang] Index implicit property references.Argyrios Kyrtzidis
2011-10-18[libclang] When printing the diagnostic print it with a new line.Argyrios Kyrtzidis