Skip to content
Commit f2510675 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Enhance "case" code completion in C++ to suggest qualified names for

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
parent e7c8242b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment