summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/CodeCompleteConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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