projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23120ba
)
Do not ignore DW_TAG_class_type!
author
Devang Patel
<dpatel@apple.com>
Wed, 25 Mar 2009 03:52:06 +0000
(
03:52
+0000)
committer
Devang Patel
<dpatel@apple.com>
Wed, 25 Mar 2009 03:52:06 +0000
(
03:52
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67675
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DebugInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DebugInfo.cpp
b/lib/Analysis/DebugInfo.cpp
index d9f0aa53e9df3603f67697c7f947a09208d52cd2..5a8e5cb90b280af304c3526da1966dd6a7453f04 100644
(file)
--- a/
lib/Analysis/DebugInfo.cpp
+++ b/
lib/Analysis/DebugInfo.cpp
@@
-150,6
+150,7
@@
bool DIType::isCompositeType(unsigned TAG) {
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;