Add support for enum forward declarations.
authorEric Christopher <echristo@apple.com>
Fri, 1 Jun 2012 00:22:32 +0000 (00:22 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 1 Jun 2012 00:22:32 +0000 (00:22 +0000)
commitfc4199bf4add3422ce6470ca47bbe6bff2d70ea5
tree038a9b569ef94510918a4be42cd9677ceb4806ea
parent547d8045fbf92eef358379f6e1446e33d8a8a0b8
Add support for enum forward declarations.

Part of rdar://11570854

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157786 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DIBuilder.h
lib/Analysis/DIBuilder.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
test/DebugInfo/X86/enum-fwd-decl.ll [new file with mode: 0644]