Age | Commit message (Expand) | Author |
2009-09-28 | Determinism is for wimps. <Wimper> | Douglas Gregor |
2009-09-24 | Clean up the CodeCompletion testsuite's use of FileCheck | Douglas Gregor |
2009-09-23 | For code completion, note that injected-class-names found as part of | Douglas Gregor |
2009-09-23 | When code-completion after a "," is building an overload set, note | 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 | When code-completion finds a declaration only because it is usable as | Douglas Gregor |
2009-09-22 | Tweak the code-completion results ranking and formation, so that | Douglas Gregor |
2009-09-22 | Teach code-completion to introduce a ", ..." placeholder for variadic functions | Douglas Gregor |
2009-09-22 | Replace the -code-completion-dump option with | Douglas Gregor |
2009-09-22 | Implement code completion within a function call, triggered after the | Douglas Gregor |
2009-09-21 | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor |
2009-09-21 | When providing a code-completion suggestion for a hidden name, include | Douglas Gregor |
2009-09-21 | Enhance "case" code completion in C++ to suggest qualified names for | Douglas Gregor |
2009-09-21 | Code completion for "case" statements within a switch on an expression | 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 |
2009-09-18 | Introduce code completion patterns for templates, which provide the | Douglas Gregor |
2009-09-18 | Introduce code completion strings, which describe how to *use* the | Douglas Gregor |
2009-09-18 | C++ code completion after the "operator" keyword. Provide overloaded | Douglas Gregor |
2009-09-18 | Introduce four new code-completion hooks for C++: | Douglas Gregor |
2009-09-18 | Handle using declarations and overload sets in code completion. | Douglas Gregor |
2009-09-18 | For code completion in C++ member access expressions and tag names, | Douglas Gregor |
2009-09-18 | When gathering results for code completion, only include hidden | Douglas Gregor |
2009-09-18 | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |