| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | This was still complaining about the length of the string. I've broken it here | Chandler Carruth | 2010-07-22 | 1 | -1/+2 |
* | Slip up long string literal | Douglas Gregor | 2010-07-20 | 1 | -1/+2 |
* | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 1 | -1/+63 |
* | Add a -code-completion-timing= mode to c-index-test, so that we can | Douglas Gregor | 2010-07-12 | 1 | -7/+15 |
* | Silence warning about C++-style comments. | Benjamin Kramer | 2010-06-22 | 1 | -2/+2 |
* | Add CXType support for querying the return type of Objective-C methods. This... | Ted Kremenek | 2010-06-21 | 1 | -1/+1 |
* | Add CXType support for FunctionNoProto and FunctionProto types. This include... | Ted Kremenek | 2010-06-21 | 1 | -6/+19 |
* | Introduce priorities into the code-completion results. | Douglas Gregor | 2010-05-26 | 1 | -1/+2 |
* | Add CXType and an initial set of supporting functions to libclang. This expo... | Ted Kremenek | 2010-05-14 | 1 | -0/+29 |
* | Fix USRs for 'extern' variables declaration in functions/method bodies. | Ted Kremenek | 2010-04-20 | 1 | -3/+4 |
* | Rework USR generation for symbols with no linkage. Many of the USRs are now ... | Ted Kremenek | 2010-04-16 | 1 | -1/+1 |
* | Add c-index-test support for printing USRs. | Ted Kremenek | 2010-03-25 | 1 | -4/+187 |
* | c-index-test's printing of linkage was completely broken, as was the | Douglas Gregor | 2010-03-04 | 1 | -4/+4 |
* | Add '-test-print-linkage-source' option to c-index-test | Ted Kremenek | 2010-03-03 | 1 | -1/+32 |
* | Rework the CIndex API for displaying diagnostics. Instead of printing | Douglas Gregor | 2010-02-22 | 1 | -2/+6 |
* | Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. | Douglas Gregor | 2010-02-19 | 1 | -41/+19 |