commit | d4683e593127c1236617f144b5815650f58ef847 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Mar 25 03:52:06 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Mar 25 03:52:06 2009 +0000 |
tree | a0e9e1e7f9270352078218e5aa884221815ab191 | |
parent | 0cce7e663b2a2c8d5b9dc104df19ca3101c46695 [diff] [blame] |
Do not ignore DW_TAG_class_type! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67675 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DebugInfo.cpp b/lib/Analysis/DebugInfo.cpp index d9f0aa5..5a8e5cb 100644 --- a/lib/Analysis/DebugInfo.cpp +++ b/lib/Analysis/DebugInfo.cpp
@@ -150,6 +150,7 @@ case dwarf::DW_TAG_enumeration_type: case dwarf::DW_TAG_vector_type: case dwarf::DW_TAG_subroutine_type: + case dwarf::DW_TAG_class_type: return true; default: return false;