Emit C++11 enum class information if it exists.
authorEric Christopher <echristo@apple.com>
Wed, 23 May 2012 00:09:47 +0000 (00:09 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 23 May 2012 00:09:47 +0000 (00:09 +0000)
commita91af14b8d61d070bf9c2935167ebacbeb9f3eee
tree47de9712e69f09561c15e2208b71209e2a5e01d3
parentc49643586b90d8c796851e28616a48bb48c9a0cc
Emit C++11 enum class information if it exists.

Part of rdar://11496790

llvm-svn: 157304
clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGenCXX/debug-info-enum-class.cpp [new file with mode: 0644]