aboutsummaryrefslogtreecommitdiff
path: root/test/CodeCompletion
AgeCommit message (Expand)Author
2009-09-28Determinism is for wimps. <Wimper>Douglas Gregor
2009-09-24Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor
2009-09-23For code completion, note that injected-class-names found as part ofDouglas Gregor
2009-09-23When code-completion after a "," is building an overload set, noteDouglas Gregor
2009-09-23Print the results of code-completion for overloading by displaying theDouglas Gregor
2009-09-23Separate the code-completion results for call completion from theDouglas Gregor
2009-09-22When code-completion finds a declaration only because it is usable asDouglas Gregor
2009-09-22Tweak the code-completion results ranking and formation, so thatDouglas Gregor
2009-09-22Teach code-completion to introduce a ", ..." placeholder for variadic functionsDouglas Gregor
2009-09-22Replace the -code-completion-dump option with Douglas Gregor
2009-09-22Implement code completion within a function call, triggered after theDouglas Gregor
2009-09-21Code completion for ordinary names when we're starting a declaration, express...Douglas Gregor
2009-09-21When providing a code-completion suggestion for a hidden name, includeDouglas Gregor
2009-09-21Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor
2009-09-21Code completion for "case" statements within a switch on an expressionDouglas Gregor
2009-09-18In C++ code completion, only suggest the "template" keyword after ".",Douglas Gregor
2009-09-18Make the construction of the code-completion string for a functionDouglas Gregor
2009-09-18Introduce code completion patterns for templates, which provide theDouglas Gregor
2009-09-18Introduce code completion strings, which describe how to *use* theDouglas Gregor
2009-09-18C++ code completion after the "operator" keyword. Provide overloadedDouglas Gregor
2009-09-18Introduce four new code-completion hooks for C++:Douglas Gregor
2009-09-18Handle using declarations and overload sets in code completion.Douglas Gregor
2009-09-18For code completion in C++ member access expressions and tag names,Douglas Gregor
2009-09-18When gathering results for code completion, only include hiddenDouglas Gregor
2009-09-18Implement code completion for tags, e.g., code completion after "enum"Douglas Gregor
2009-09-17Initial implementation of a code-completion interface in Clang. InDouglas Gregor