Go to file
Chris Lattner f216fd96fe Do not generate bogus location info for DW_TAG_inheritance
DIEs.  We were generating a loc with line of 0 and a file.
These tags do not need locations at all, just remove it.
this fixes rdar://6852792 - Clang generates incorrect (and unnecessary) file and line info for DW_TAG_inheritance dies

llvm-svn: 70966
2009-05-05 05:05:36 +00:00
clang Do not generate bogus location info for DW_TAG_inheritance 2009-05-05 05:05:36 +00:00
llvm Do not require variable debug info nodes to have a compile unit. 2009-05-05 04:55:56 +00:00