summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Separate the code-completion results for call completion from theDouglas Gregor2009-09-231-7/+5
* Make sure we don't try to add code-completion results without anDouglas Gregor2009-09-221-0/+10
* When code-completion finds a declaration only because it is usable asDouglas Gregor2009-09-221-1/+8
* Tweak the code-completion results ranking and formation, so thatDouglas Gregor2009-09-221-23/+40
* Teach code-completion to introduce a ", ..." placeholder for variadic functionsDouglas Gregor2009-09-221-0/+5
* (With Doug's help) fix a crash in the code completion code that lead to a tes...Anders Carlsson2009-09-221-0/+3
* Implement code completion within a function call, triggered after theDouglas Gregor2009-09-221-0/+72
* Code completion for ordinary names when we're starting a declaration, express...Douglas Gregor2009-09-211-0/+18
* When providing a code-completion suggestion for a hidden name, includeDouglas Gregor2009-09-211-73/+94
* Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor2009-09-211-12/+91
* Code completion for "case" statements within a switch on an expressionDouglas Gregor2009-09-211-0/+73
* Refactor and simplify the CodeCompleteConsumer, so that all of theDouglas Gregor2009-09-211-18/+911
* C++ code completion after the "operator" keyword. Provide overloadedDouglas Gregor2009-09-181-0/+6
* Introduce four new code-completion hooks for C++:Douglas Gregor2009-09-181-0/+30
* Implement code completion for tags, e.g., code completion after "enum"Douglas Gregor2009-09-181-0/+29
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-0/+45
OpenPOWER on IntegriCloud