Age | Commit message (Expand) | Author |
2010-10-11 | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor |
2010-09-23 | Synchronize globally-cached code completion results with the results | Douglas Gregor |
2010-09-21 | Add code completion for C++ constructors wherever we see the class (or | Douglas Gregor |
2010-09-18 | Give the Objective-C _cmd an "unlikely" code completion priority; it's | Douglas Gregor |
2010-09-03 | Synchronize code-completion cursor kinds with indexing cursor | Douglas Gregor |
2010-09-03 | Simplify code-completion result sorting a bit | Douglas Gregor |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
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 | 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 | When combining the code-completion results from Sema long with the | Douglas Gregor |
2010-08-25 | Teach Sema to live without CodeCompleteConsumer.h. | John McCall |
2010-08-25 | Move more stuff out of Sema.h. | John McCall |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-13 | Implement caching of code-completion results for macro definitions | Douglas Gregor |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-11 | Once code completion has completed, pass a "completion context" on to | Douglas Gregor |
2010-08-04 | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor |
2010-07-26 | Minor code simplification. | Dan Gohman |
2010-05-26 | Introduce priorities into the code-completion results. | Douglas Gregor |
2010-05-25 | Improve code completion in failure cases in two ways: | Douglas Gregor |
2010-04-17 | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer |
2010-04-07 | Implement code completion for Objective-C method declarations and | Douglas Gregor |
2010-04-05 | Code completion results that refer to macros now get the cursor kind | Douglas Gregor |
2010-03-08 | Remove unused headers. | Duncan Sands |
2010-01-19 | Eliminate cursor kinds used to express definitions. Instead, provide | Douglas Gregor |
2010-01-13 | Improve the sorting of code-completion results. We now always sort by | Douglas Gregor |
2010-01-10 | Improve code completion by introducing patterns for the various C and | Douglas Gregor |
2009-12-18 | Extend code-completion results with the type of each result | Douglas Gregor |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-12-01 | Switch the clang-to-CIndex interface for code-completion to a binary format, ... | Douglas Gregor |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-19 | Improve code-completion results for the flags in an @property | Douglas Gregor |
2009-11-17 | StringRef'ify CodeCompletionString | Douglas Gregor |
2009-11-13 | Rework Sema code completion interface. | Daniel Dunbar |
2009-11-12 | Spell empty StringRef correctly (0 is a null StringRef, which is not the same). | Daniel Dunbar |
2009-11-07 | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor |
2009-10-30 | Include macros in code-completion results | Douglas Gregor |
2009-10-09 | Minor tweaks for code-completion: | Douglas Gregor |
2009-09-29 | Make sure to flush raw_string_ostream, from John Thompson | Douglas Gregor |
2009-09-23 | Print the results of code-completion for overloading by displaying the | Douglas Gregor |
2009-09-23 | Separate the code-completion results for call completion from the | Douglas Gregor |
2009-09-22 | Tweak the code-completion results ranking and formation, so that | Douglas Gregor |
2009-09-21 | Refactor and simplify the CodeCompleteConsumer, so that all of the | Douglas Gregor |
2009-09-18 | In C++ code completion, only suggest the "template" keyword after ".", | Douglas Gregor |
2009-09-18 | Make the construction of the code-completion string for a function | Douglas Gregor |