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)
commitd4e106e39d155cc6fd8efb3364d20e3a77673165
treeffdae1ddc218ce3569d33f62c1b9f2734ef0bf59
parent9eddbbd563629fbb11d5d1840194fa46132ddca4
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.

llvm-svn: 188577
llvm/include/llvm/DIBuilder.h
llvm/include/llvm/DebugInfo.h
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/IR/DIBuilder.cpp
llvm/lib/IR/DebugInfo.cpp