| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor | 2010-08-04 | 1 | -54/+46 |
* | Minor code simplification. | Dan Gohman | 2010-07-26 | 1 | -2/+1 |
* | Introduce priorities into the code-completion results. | Douglas Gregor | 2010-05-26 | 1 | -13/+34 |
* | Improve code completion in failure cases in two ways: | Douglas Gregor | 2010-05-25 | 1 | -20/+0 |
* | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -1/+1 |
* | Implement code completion for Objective-C method declarations and | Douglas Gregor | 2010-04-07 | 1 | -1/+1 |
* | Code completion results that refer to macros now get the cursor kind | Douglas Gregor | 2010-04-05 | 1 | -2/+5 |
* | Remove unused headers. | Duncan Sands | 2010-03-08 | 1 | -1/+0 |
* | Eliminate cursor kinds used to express definitions. Instead, provide | Douglas Gregor | 2010-01-19 | 1 | -2/+2 |
* | Improve the sorting of code-completion results. We now always sort by | Douglas Gregor | 2010-01-13 | 1 | -6/+5 |
* | Improve code completion by introducing patterns for the various C and | Douglas Gregor | 2010-01-10 | 1 | -0/+40 |
* | Extend code-completion results with the type of each result | Douglas Gregor | 2009-12-18 | 1 | -1/+16 |
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
* | Switch the clang-to-CIndex interface for code-completion to a binary format, ... | Douglas Gregor | 2009-12-01 | 1 | -319/+172 |
* | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -1/+0 |
* | Improve code-completion results for the flags in an @property | Douglas Gregor | 2009-11-19 | 1 | -0/+61 |
* | StringRef'ify CodeCompletionString | Douglas Gregor | 2009-11-17 | 1 | -4/+6 |
* | Rework Sema code completion interface. | Daniel Dunbar | 2009-11-13 | 1 | -4/+8 |
* | Spell empty StringRef correctly (0 is a null StringRef, which is not the same). | Daniel Dunbar | 2009-11-12 | 1 | -1/+1 |
* | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor | 2009-11-07 | 1 | -8/+465 |
* | Include macros in code-completion results | Douglas Gregor | 2009-10-30 | 1 | -0/+11 |
* | Minor tweaks for code-completion: | Douglas Gregor | 2009-10-09 | 1 | -1/+2 |
* | Make sure to flush raw_string_ostream, from John Thompson | Douglas Gregor | 2009-09-29 | 1 | -1/+1 |
* | Print the results of code-completion for overloading by displaying the | Douglas Gregor | 2009-09-23 | 1 | -20/+4 |
* | Separate the code-completion results for call completion from the | Douglas Gregor | 2009-09-23 | 1 | -0/+64 |
* | Tweak the code-completion results ranking and formation, so that | Douglas Gregor | 2009-09-22 | 1 | -16/+28 |
* | Refactor and simplify the CodeCompleteConsumer, so that all of the | Douglas Gregor | 2009-09-21 | 1 | -846/+5 |
* | In C++ code completion, only suggest the "template" keyword after ".", | Douglas Gregor | 2009-09-18 | 1 | -4/+18 |
* | Make the construction of the code-completion string for a function | Douglas Gregor | 2009-09-18 | 1 | -8/+48 |
* | Introduce code completion patterns for templates, which provide the | Douglas Gregor | 2009-09-18 | 1 | -0/+88 |
* | Introduce code completion strings, which describe how to *use* the | Douglas Gregor | 2009-09-18 | 1 | -2/+131 |
* | C++ code completion after the "operator" keyword. Provide overloaded | Douglas Gregor | 2009-09-18 | 1 | -1/+76 |
* | Introduce four new code-completion hooks for C++: | Douglas Gregor | 2009-09-18 | 1 | -0/+68 |
* | Don't perform name lookup into a given declaration context more than once dur... | Douglas Gregor | 2009-09-18 | 1 | -4/+31 |
* | Handle using declarations and overload sets in code completion. | Douglas Gregor | 2009-09-18 | 1 | -2/+15 |
* | For code completion in C++ member access expressions and tag names, | Douglas Gregor | 2009-09-18 | 1 | -9/+32 |
* | When gathering results for code completion, only include hidden | Douglas Gregor | 2009-09-18 | 1 | -1/+38 |
* | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor | 2009-09-18 | 1 | -16/+152 |
* | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor | 2009-09-17 | 1 | -0/+314 |