aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaCodeComplete.cpp
AgeCommit message (Expand)Author
2009-09-22(With Doug's help) fix a crash in the code completion code that lead to a tes...Anders Carlsson
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-21Refactor and simplify the CodeCompleteConsumer, so that all of 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-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