]> granicus.if.org Git - clang/commit
For enums with no tag name, display its location in
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 21 Mar 2012 20:56:29 +0000 (20:56 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 21 Mar 2012 20:56:29 +0000 (20:56 +0000)
commit54faba4f7f3f0e8f1376da1c459312596ad5486d
tree174069c0ad28cf09478b3868bd8b4a0721973590
parent9354f6aaa70e1543d122644fee0c3f834324d2fc
For enums with no tag name, display its location in
the diagnostic instead of displaying ''.
// rdar://11082110

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153219 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
test/Sema/switch.c