Look through sugar when determining whether a type is a scoped enumeration
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 14 Jan 2015 00:33:10 +0000 (00:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 14 Jan 2015 00:33:10 +0000 (00:33 +0000)
commit43d3f55072759739cbee96647c5732bd16cab854
treea3b57d03826eee6bfa7576c1d9b73cf80d05b481
parenta3b04cea0458481ccdd29573e52931ad70fd3a63
Look through sugar when determining whether a type is a scoped enumeration
type. Patch by Stephan Bergmann!

llvm-svn: 225889
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/enum-scoped.cpp