| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Introduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor | 2010-11-09 | 1 | -22/+22 |
* | Adjust return type of thread_runner. | Benjamin Kramer | 2010-11-04 | 1 | -2/+1 |
* | c-index-test: Switch to using clang_executeOnThread instead of mucking about | Daniel Dunbar | 2010-11-04 | 1 | -27/+1 |
* | Add an environment variable that allows us to turn off threading in c-index-test | Douglas Gregor | 2010-10-27 | 1 | -0/+3 |
* | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 1 | -0/+7 |
* | Call clang_disposeTokens() when we are done with the set of tokens. | Ted Kremenek | 2010-10-20 | 1 | -0/+1 |
* | This patch remove the Win32 XFAIL from remap-complete.c | Francois Pichet | 2010-10-12 | 1 | -1/+1 |
* | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor | 2010-10-11 | 1 | -27/+29 |
* | Eliminate clang_setUseExternalASTGeneration() from libclang. Between | Douglas Gregor | 2010-10-11 | 1 | -10/+0 |
* | Fix the mapping of vertical-space cursor kinds to produce a newline, | Douglas Gregor | 2010-10-08 | 1 | -0/+5 |
* | Introduce a new libclang function, clang_getCursorDisplayName(), which | Douglas Gregor | 2010-10-02 | 1 | -2/+11 |
* | Extend libclang with an API that determines, given a C++ virtual | Douglas Gregor | 2010-10-01 | 1 | -1/+18 |
* | perform_code_completion(): fix type declaration for TU. | Dawn Perchik | 2010-09-30 | 1 | -1/+1 |
* | c-index-test: Run inside a separate thread iff we have pthread support, to | Daniel Dunbar | 2010-09-30 | 1 | -1/+55 |
* | I will not mix declaration and statements in C90. | Douglas Gregor | 2010-09-14 | 1 | -1/+2 |
* | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor | 2010-09-13 | 1 | -3/+18 |
* | Introduce a new libclang function, | Douglas Gregor | 2010-09-02 | 1 | -1/+12 |
* | Implement CXCursor support for walking C++ base specifiers. This includes ad... | Ted Kremenek | 2010-08-27 | 1 | -0/+20 |
* | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -1/+25 |
* | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar | 2010-08-26 | 1 | -25/+1 |
* | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -1/+25 |
* | Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti... | Ted Kremenek | 2010-08-26 | 1 | -0/+8 |
* | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -85/+1 |
* | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-25 | 1 | -1/+85 |
* | Introduce new libclang API functions that determine the availability | Douglas Gregor | 2010-08-23 | 1 | -1/+27 |
* | c-index-test: Diagnose parse / completion failures in -code-completion-at=. | Daniel Dunbar | 2010-08-19 | 1 | -0/+8 |
* | c-index-test: As with reparse, only honor remapped false during the code | Daniel Dunbar | 2010-08-19 | 1 | -3/+1 |
* | Fix a c-index-test leak with file remapping | Douglas Gregor | 2010-08-19 | 1 | -2/+3 |
* | c-index-test: Change -test-load-source-repase to only use remapped files for the | Daniel Dunbar | 2010-08-18 | 1 | -3/+4 |
* | Implement caching of code-completion results for macro definitions | Douglas Gregor | 2010-08-13 | 1 | -0/+2 |
* | Add an options parameter to clang_saveTranslationUnit, because we'll want it ... | Douglas Gregor | 2010-08-13 | 1 | -1/+1 |
* | Implement clang_saveTranslationUnit(), which saves a translation unit | Douglas Gregor | 2010-08-13 | 1 | -2/+42 |
* | Add a (currently unused) "options" parameter to | Douglas Gregor | 2010-08-11 | 1 | -1/+2 |
* | Instead of having a specific CXTranslationUnit_* option flag for | Douglas Gregor | 2010-08-09 | 1 | -1/+1 |
* | Fix mixed declarations and code warning. | Daniel Dunbar | 2010-08-09 | 1 | -1/+1 |
* | Use precompiled preambles for in-process code completion. | Douglas Gregor | 2010-08-09 | 1 | -11/+17 |
* | Give clang_codeCompleteAt() an "options" parameter, and add a new | Douglas Gregor | 2010-08-05 | 1 | -1/+2 |
* | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor | 2010-08-04 | 1 | -5/+15 |
* | Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://... | Ted Kremenek | 2010-07-30 | 1 | -0/+2 |
* | Fix an apparent bug. | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
* | Start removing the use of smart pointers from the Parse/Sema | Douglas Gregor | 2010-07-25 | 1 | -1/+1 |
* | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor | 2010-07-23 | 1 | -5/+16 |