| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | Report memory usage for global code completion results in CXTUMemoryUsage. | Ted Kremenek | 2011-04-18 | 1 | -8/+7 |
* | Unbreak the MSVC build: Don't mix variable declarations and statements in a .... | Francois Pichet | 2011-04-18 | 1 | -2/+4 |
* | Add libclang API to query how much memory is used by a CXTranslationUnit. Th... | Ted Kremenek | 2011-04-18 | 1 | -4/+32 |
* | c-index-test.c: Fix cygwin warning not to pass signed char to islower(c). | NAKAMURA Takumi | 2011-03-09 | 1 | -1/+1 |
* | If any Fix-Its attached to a diagnostic have invalid source locations | Douglas Gregor | 2011-02-03 | 1 | -1/+1 |
* | Teach Diagnostic::setClient() to free the existing, owned | Douglas Gregor | 2011-01-31 | 1 | -0/+2 |
* | Teach ASTUnit to save the specified target features, since | Douglas Gregor | 2011-01-27 | 1 | -1/+1 |
* | Add libclang functions to determine the const/volatile/restrict | Douglas Gregor | 2011-01-27 | 1 | -0/+6 |
* | De-C99-ify for loop | Douglas Gregor | 2010-11-30 | 1 | -1/+2 |
* | Teach c-index-test to reparse the source file a few times when testing | Douglas Gregor | 2010-11-30 | 1 | -17/+36 |
* | Extend the libclang diagnostic API to provide information about the | Douglas Gregor | 2010-11-19 | 1 | -1/+2 |
* | Change CXTranslationUnit to not directly cast to an ASTUnit*, | Ted Kremenek | 2010-11-16 | 1 | -3/+3 |