Age | Commit message (Expand) | Author |
2010-09-01 | Make it clear that libclang does not modify the command-line arguments | Douglas Gregor |
2010-08-27 | Teach clang_codeComplete to always sort its code-completion results | Douglas Gregor |
2010-08-26 | Implement code completion for @selector expressions | Douglas Gregor |
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 | Revert r112154, "Fix thinko in sorting operation", it depends on r112149 which | Daniel Dunbar |
2010-08-26 | Fix thinko in sorting operation | Douglas Gregor |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
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-25 | Teach Sema to live without CodeCompleteConsumer.h. | John McCall |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |
2010-08-20 | When performing code-completion in the presence of a preamble, make | Douglas Gregor |
2010-08-19 | libclang: Execute clang_codeCompleteAt() inside a crash recovery context. | Daniel Dunbar |
2010-08-15 | Extend the code-completion caching infrastructure to include global | Douglas Gregor |
2010-08-13 | Implement caching of code-completion results for macro definitions | Douglas Gregor |
2010-08-11 | Once code completion has completed, pass a "completion context" on to | Douglas Gregor |
2010-08-09 | Minor libclang tweaks | Douglas Gregor |
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 | When performing in-process code completion, don't free the remapped | Douglas Gregor |
2010-08-04 | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor |
2010-07-26 | When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-com... | Douglas Gregor |
2010-06-30 | libclang: When invoking external clang process to get code completion results, | Daniel Dunbar |
2010-05-27 | Silence warning about "enumeral and non-enumeral type in conditional | Bill Wendling |
2010-05-26 | Introduce priorities into the code-completion results. | Douglas Gregor |
2010-05-25 | Turn vertical spacing into horizontal spacing in code-completion results | Douglas Gregor |
2010-04-30 | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar |