| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | Install c-index-test also on CMake build, following up r140681. | NAKAMURA Takumi | 2011-09-28 | 1 | -0/+1 |
| * | Install c-index-test as part of install-clang-c Makefile rule. | Ted Kremenek | 2011-09-28 | 1 | -3/+0 |
| * | 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 |
| * | Fix linker problem in buildbot. | Argyrios Kyrtzidis | 2011-07-09 | 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 |
| * | Remove ARCMigrate from more builds that it isn't needed in now that the | Chandler Carruth | 2011-06-16 | 1 | -2/+1 |
| * | c-index-test also depends on ARCMigrate, oh boy | John McCall | 2011-06-16 | 1 | -2/+3 |
| * | 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 |
| * | [PR9321] "make install" does not need install c-index-test. It is used for te... | NAKAMURA Takumi | 2011-02-28 | 1 | -0/+3 |
| * | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne | 2011-02-19 | 2 | -3/+2 |
| * | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola | 2011-02-19 | 2 | -2/+3 |
| * | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne | 2011-02-18 | 2 | -3/+2 |
| * | CMake: LLVM_NO_RTTI must be obsolete now! | NAKAMURA Takumi | 2011-02-10 | 1 | -2/+0 |
| * | 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 |
| * | Move CXString creation/management routines into | Ted Kremenek | 2010-11-16 | 1 | -3/+3 |
| * | Tweak libclang's heuristics for building precompiled preambles and | Douglas Gregor | 2010-11-15 | 1 | -0/+5 |
| * | ntroduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor | 2010-11-09 | 1 | -22/+22 |
| * | Revert r118492, which didn't update all of its tests accordingly | Douglas Gregor | 2010-11-09 | 1 | -22/+22 |