summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/enum-switch-case-qualified.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor2009-09-211-0/+33
enumerators when either the user intentionally wrote a qualified name (in which case we just use that nested-name-specifier to match the user's code) or when this is the first "case" statement and we need a qualified name to refer to an enumerator in a different scope. llvm-svn: 82474
OpenPOWER on IntegriCloud