]> granicus.if.org Git - clang/commit
Emit the underlying type in the debug info for all kinds of fixed enums
authorAdrian Prantl <aprantl@apple.com>
Fri, 19 Apr 2013 19:56:39 +0000 (19:56 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 19 Apr 2013 19:56:39 +0000 (19:56 +0000)
commit59d6a71d681adfdc7d976492eeb3deae84e8f2e2
tree61b46da54ea3fbdc10d8a1c90ddce1a731125a24
parentfc7227e4c27aa8af33b5384b281d1eecfc74858a
Emit the underlying type in the debug info for all kinds of fixed enums
instead of only C++11-scoped-with-class-tag enums.

rdar://problem/13463793

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179879 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/scoped-enums.cpp
test/CodeGenObjC/objc-fixed-enum.m [new file with mode: 0644]