| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko | 2012-07-02 | 1 | -0/+14 |
* | c-index-test.c: Fix missing semicolon(s). | NAKAMURA Takumi | 2012-06-30 | 1 | -2/+2 |
* | [libclang] add CompilationDatabase support | Arnaud A. de Grandmaison | 2012-06-30 | 1 | -1/+106 |
* | Implement a lexer for structured comments. | Dmitri Gribenko | 2012-06-26 | 1 | -16/+34 |
* | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 1 | -1/+19 |
* | Introduce a new libclang API to determine the platform availability of | Douglas Gregor | 2012-05-08 | 1 | -1/+63 |
* | c-index-test: dispose spelling string after use. | Benjamin Kramer | 2012-04-14 | 1 | -0/+1 |
* | Added a flag to the parser to skip method bodies. | Erik Verbruggen | 2012-04-12 | 1 | -0/+2 |
* | Implement clang_getDiagnosticCategoryText() to provide a way for a client of ... | Ted Kremenek | 2012-04-12 | 1 | -2/+8 |
* | [libclang] Apparently it's important to build in C89, sigh.. | Argyrios Kyrtzidis | 2012-04-11 | 1 | -1/+2 |
* | [libclang] Introduce a couple of functions to make it convenient | Argyrios Kyrtzidis | 2012-04-11 | 1 | -0/+16 |
* | [Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ... | NAKAMURA Takumi | 2012-04-07 | 1 | -0/+3 |
* | Remove unused but set variable. | Benjamin Kramer | 2012-03-31 | 1 | -3/+2 |
* | [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. | Argyrios Kyrtzidis | 2012-03-30 | 1 | -0/+2 |
* | [libclang] Introduce clang_Cursor_getSpellingNameRange(). | Argyrios Kyrtzidis | 2012-03-30 | 1 | -3/+15 |
* | [libclang] Have c-index-test output more information about a cursor with -cur... | Argyrios Kyrtzidis | 2012-03-30 | 1 | -0/+12 |
* | Introduce a new libclang API to determine the parent context of a code | Douglas Gregor | 2012-03-27 | 1 | -1/+16 |
* | Don't include FixIts with a null replacement range. Fixes <rdar://problem/11... | Ted Kremenek | 2012-03-20 | 1 | -0/+2 |
* | [c-index-test] Make it C90 compliant. | Argyrios Kyrtzidis | 2012-03-15 | 1 | -1/+3 |
* | [libclang] A couple of enhancements to c-index-test. | Argyrios Kyrtzidis | 2012-03-15 | 1 | -14/+35 |
* | [libclang] When indexing an objc property, also provide information about | Argyrios Kyrtzidis | 2012-02-28 | 1 | -0/+12 |
* | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis | 2012-02-25 | 1 | -2/+0 |
* | Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD... | Ted Kremenek | 2012-02-14 | 1 | -6/+14 |
* | [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate | Argyrios Kyrtzidis | 2012-01-14 | 1 | -8/+13 |
* | [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo | Argyrios Kyrtzidis | 2011-12-15 | 1 | -0/+7 |
* | [libclang] Indexing API: Fix suppressing of references in macros and suppress | Argyrios Kyrtzidis | 2011-12-13 | 1 | -1/+5 |
* | [libclang] Indexing API: provide both the semantic and the lexical container. | Argyrios Kyrtzidis | 2011-12-07 | 1 | -2/+4 |
* | [libclang] Fix indexing of C++ bases in a C++ class. | Argyrios Kyrtzidis | 2011-12-07 | 1 | -6/+18 |
* | [libclang] Introduce CXIdxEntityLanguage that indicates the language | Argyrios Kyrtzidis | 2011-12-07 | 1 | -1/+12 |
* | [libclang] When indexing a field in a C++ class, return an entity | Argyrios Kyrtzidis | 2011-12-05 | 1 | -0/+1 |
* | [libclang] Create a diagnostic set to pass at the end of indexing. | Argyrios Kyrtzidis | 2011-12-01 | 1 | -9/+15 |
* | [libclang] Indexing API: If the client requested to get a CXTranslationUnit a... | Argyrios Kyrtzidis | 2011-11-28 | 1 | -1/+10 |
* | [libclang] Indexing API: Support C++ symbols. | Argyrios Kyrtzidis | 2011-11-22 | 1 | -15/+58 |
* | c-index-test.c: Fix syntax according to C. | NAKAMURA Takumi | 2011-11-18 | 1 | -1/+1 |
* | [libclang] Indexing API: | Argyrios Kyrtzidis | 2011-11-18 | 1 | -4/+21 |
* | [libclang] Indexing API: fill the objc category info for a category implement... | Argyrios Kyrtzidis | 2011-11-16 | 1 | -1/+4 |
* | [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only ... | Argyrios Kyrtzidis | 2011-11-16 | 1 | -2/+9 |
* | [libclang] Introduce a new function to apply the indexing callbacks on an exi... | Argyrios Kyrtzidis | 2011-11-15 | 1 | -3/+52 |
* | [libclang] Slight changes to the indexing API and bigger internal changes for... | Argyrios Kyrtzidis | 2011-11-14 | 1 | -25/+24 |
* | [libclang] Move the check for errors in c-index-test before the TU gets dispo... | Argyrios Kyrtzidis | 2011-11-13 | 1 | -3/+5 |
* | [libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -tes... | Argyrios Kyrtzidis | 2011-11-13 | 1 | -0/+12 |
* | [libclang] Further simplify the indexing API. | Argyrios Kyrtzidis | 2011-11-12 | 1 | -125/+49 |
* | Silence compiler warning. | Benjamin Kramer | 2011-11-11 | 1 | -0/+1 |
* | [serialized diagnostics]: add test cases for serialized diagnostics, includin... | Ted Kremenek | 2011-11-11 | 1 | -3/+7 |
* | [libclang] Simplify the indexing API. | Argyrios Kyrtzidis | 2011-11-11 | 1 | -266/+117 |
* | c-index-test.c: Fix a comment style. /* It is C source. */ | NAKAMURA Takumi | 2011-11-10 | 1 | -1/+1 |
* | c-index-test.c: Fix syntax. It is C source. | NAKAMURA Takumi | 2011-11-10 | 1 | -2/+3 |
* | serialized diagnostics: implement full deserialization of clang diagnostics v... | Ted Kremenek | 2011-11-10 | 1 | -1/+154 |
* | [libclang] For "c-index-test -index-file", print out the names of the callbacks. | Argyrios Kyrtzidis | 2011-11-05 | 1 | -29/+39 |
* | [libclang] Add missing return in clang_getExpansionLocation that resulted in ... | Argyrios Kyrtzidis | 2011-11-03 | 1 | -1/+1 |