aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/c-index-test.c
AgeCommit message (Expand)Author
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
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