DebugInfo: Allow the addition of other (such as static data) members to a record...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 16 Aug 2013 20:42:14 +0000 (20:42 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 16 Aug 2013 20:42:14 +0000 (20:42 +0000)
commit692062f18023979c0f8d5a155c14cf1f1616a2b0
treebc6d241a8e3eec18f4b3c12caf1482b2038dd145
parent9bb6c81683393363ed1ff8c66397f2d944c0966b
DebugInfo: Allow the addition of other (such as static data) members to a record type after construction

Plus a type cleanup & minor fix to enumerate members of declarations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188577 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DIBuilder.h
include/llvm/DebugInfo.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfo.cpp