Age | Commit message (Expand) | Author |
2010-09-30 | c-index-test: Run inside a separate thread iff we have pthread support, to | Daniel Dunbar |
2010-09-14 | I will not mix declaration and statements in C90. | Douglas Gregor |
2010-09-13 | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor |
2010-09-02 | Introduce a new libclang function, | Douglas Gregor |
2010-08-27 | Implement CXCursor support for walking C++ base specifiers. This includes ad... | Ted Kremenek |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti... | Ted Kremenek |
2010-08-26 | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-25 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |
2010-08-19 | c-index-test: Diagnose parse / completion failures in -code-completion-at=. | Daniel Dunbar |
2010-08-19 | c-index-test: As with reparse, only honor remapped false during the code | Daniel Dunbar |
2010-08-19 | Fix a c-index-test leak with file remapping | Douglas Gregor |
2010-08-18 | c-index-test: Change -test-load-source-repase to only use remapped files for the | Daniel Dunbar |
2010-08-13 | Implement caching of code-completion results for macro definitions | Douglas Gregor |
2010-08-13 | Add an options parameter to clang_saveTranslationUnit, because we'll want it ... | Douglas Gregor |
2010-08-13 | Implement clang_saveTranslationUnit(), which saves a translation unit | Douglas Gregor |
2010-08-11 | Add a (currently unused) "options" parameter to | Douglas Gregor |
2010-08-09 | Instead of having a specific CXTranslationUnit_* option flag for | Douglas Gregor |
2010-08-09 | Fix mixed declarations and code warning. | Daniel Dunbar |
2010-08-09 | Use precompiled preambles for in-process code completion. | Douglas Gregor |
2010-08-05 | Give clang_codeCompleteAt() an "options" parameter, and add a new | Douglas Gregor |
2010-08-04 | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor |
2010-07-30 | Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://... | Ted Kremenek |
2010-07-26 | Fix an apparent bug. | Dan Gohman |
2010-07-25 | Start removing the use of smart pointers from the Parse/Sema | Douglas Gregor |
2010-07-23 | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor |
2010-07-22 | This was still complaining about the length of the string. I've broken it here | Chandler Carruth |
2010-07-20 | Slip up long string literal | Douglas Gregor |
2010-07-19 | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor |
2010-07-12 | Add a -code-completion-timing= mode to c-index-test, so that we can | Douglas Gregor |
2010-06-22 | Silence warning about C++-style comments. | Benjamin Kramer |
2010-06-21 | Add CXType support for querying the return type of Objective-C methods. This... | Ted Kremenek |
2010-06-21 | Add CXType support for FunctionNoProto and FunctionProto types. This include... | Ted Kremenek |
2010-05-26 | Introduce priorities into the code-completion results. | Douglas Gregor |
2010-05-14 | Add CXType and an initial set of supporting functions to libclang. This expo... | Ted Kremenek |
2010-04-20 | Fix USRs for 'extern' variables declaration in functions/method bodies. | Ted Kremenek |
2010-04-16 | Rework USR generation for symbols with no linkage. Many of the USRs are now ... | Ted Kremenek |
2010-03-25 | Add c-index-test support for printing USRs. | Ted Kremenek |
2010-03-04 | c-index-test's printing of linkage was completely broken, as was the | Douglas Gregor |
2010-03-03 | Add '-test-print-linkage-source' option to c-index-test | Ted Kremenek |
2010-02-22 | Rework the CIndex API for displaying diagnostics. Instead of printing | Douglas Gregor |
2010-02-19 | Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. | Douglas Gregor |
2010-02-18 | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor |
2010-02-18 | Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were | Douglas Gregor |
2010-02-18 | Introduce debugging/testing hook clang_enableStackTraces() into | Douglas Gregor |
2010-02-18 | Resurrect the displayDiagnostics parameter to clang_createIndex(), and | Douglas Gregor |
2010-02-18 | Introduce CIndex API functions for displaying a diagnostic, with some | Douglas Gregor |