summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/CodeCompleteConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Include macros in code-completion resultsDouglas Gregor2009-10-301-0/+11
* Minor tweaks for code-completion:Douglas Gregor2009-10-091-1/+2
* Make sure to flush raw_string_ostream, from John ThompsonDouglas Gregor2009-09-291-1/+1
* Print the results of code-completion for overloading by displaying theDouglas Gregor2009-09-231-20/+4
* Separate the code-completion results for call completion from theDouglas Gregor2009-09-231-0/+64
* Tweak the code-completion results ranking and formation, so thatDouglas Gregor2009-09-221-16/+28
* Refactor and simplify the CodeCompleteConsumer, so that all of theDouglas Gregor2009-09-211-846/+5
* In C++ code completion, only suggest the "template" keyword after ".",Douglas Gregor2009-09-181-4/+18
* Make the construction of the code-completion string for a functionDouglas Gregor2009-09-181-8/+48
* Introduce code completion patterns for templates, which provide theDouglas Gregor2009-09-181-0/+88
* Introduce code completion strings, which describe how to *use* theDouglas Gregor2009-09-181-2/+131
* C++ code completion after the "operator" keyword. Provide overloadedDouglas Gregor2009-09-181-1/+76
* Introduce four new code-completion hooks for C++:Douglas Gregor2009-09-181-0/+68
* Don't perform name lookup into a given declaration context more than once dur...Douglas Gregor2009-09-181-4/+31
* Handle using declarations and overload sets in code completion.Douglas Gregor2009-09-181-2/+15
* For code completion in C++ member access expressions and tag names,Douglas Gregor2009-09-181-9/+32
* When gathering results for code completion, only include hiddenDouglas Gregor2009-09-181-1/+38
* Implement code completion for tags, e.g., code completion after "enum"Douglas Gregor2009-09-181-16/+152
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-0/+314
OpenPOWER on IntegriCloud