| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | [libclang] For c-index-test disable caching of code completion results if | Argyrios Kyrtzidis | 2011-11-03 | 1 | -0/+2 |
| * | [libclang] Introduce use of CINDEXTEST_FAILONERROR environment variable which... | Argyrios Kyrtzidis | 2011-10-28 | 1 | -2/+83 |
| * | [libclang] Don't use C++-style comments in c-index-test.c. | Argyrios Kyrtzidis | 2011-10-20 | 1 | -3/+3 |
| * | [libclang] Index implicit property references. | Argyrios Kyrtzidis | 2011-10-18 | 1 | -0/+5 |
| * | [libclang] When printing the diagnostic print it with a new line. | Argyrios Kyrtzidis | 2011-10-18 | 1 | -1/+1 |
| * | Try fixing MSVC compiler errors. | Argyrios Kyrtzidis | 2011-10-17 | 1 | -3/+9 |
| * | [libclang] Introduce a new high level API for indexing clients that assumes | Argyrios Kyrtzidis | 2011-10-17 | 1 | -0/+501 |
| * | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen | 2011-10-14 | 1 | -0/+17 |
| * | Fixed GCC (C90) and Clang warnings. | Erik Verbruggen | 2011-10-06 | 1 | -6/+3 |
| * | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen | 2011-10-06 | 1 | -0/+8 |
| * | [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, | Argyrios Kyrtzidis | 2011-10-06 | 1 | -9/+108 |
| * | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis | 2011-09-26 | 1 | -0/+11 |
| * | [libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment v... | Argyrios Kyrtzidis | 2011-09-12 | 1 | -1/+10 |
| * | Fix type mismatch in initialization (caught by -Wliteral-conversion) | Matt Beaumont-Gay | 2011-08-29 | 1 | -1/+1 |
| * | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor | 2011-08-04 | 1 | -0/+6 |
| * | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor | 2011-07-26 | 1 | -1/+11 |
| * | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor | 2011-07-25 | 1 | -12/+39 |
| * | New libclang API to expose container type for code completion, from | Douglas Gregor | 2011-07-21 | 1 | -1/+23 |
| * | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth | 2011-07-14 | 1 | -1/+1 |
| * | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 1 | -0/+78 |
| * | MSVC doesn't like mixing declarations and statements in a C file. | Francois Pichet | 2011-07-06 | 1 | -2/+1 |
| * | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor | 2011-07-06 | 1 | -3/+27 |
| * | Add c-index-test printing and tests for static and virtual method | Douglas Gregor | 2011-05-13 | 1 | -0/+5 |
| * | Introduce a new libclang parsing flag, | Douglas Gregor | 2011-05-06 | 1 | -10/+13 |
| * | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor | 2011-05-04 | 1 | -10/+16 |
| * | Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. | Ted Kremenek | 2011-04-20 | 1 | -3/+3 |