summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2013-01-23 01:17:27 +0000
committerEnrico Granata <egranata@apple.com>2013-01-23 01:17:27 +0000
commitf7b1a34e47cee07082261a549ea574f57bcece46 (patch)
treef46e09df4028f147c39c676f5d646b3c97272bd4 /clang/lib/CodeGen/CodeGenModule.cpp
parent582b2ab0dd9a81d4f91ff096320c2b46750f4b3a (diff)
downloadbcm5719-llvm-f7b1a34e47cee07082261a549ea574f57bcece46.tar.gz
bcm5719-llvm-f7b1a34e47cee07082261a549ea574f57bcece46.zip
<rdar://problem/12711206>
Extending ValueObjectDynamicValue so that it stores a TypeAndOrName instead of a TypeSP. This change allows us to reflect the notion that a ValueObject can have a dynamic type for which we have no debug information. Previously, we would coalesce that to the static type of the object, potentially losing relevant information or even getting it wrong. This fix ensures we can correctly report the class name for Cocoa objects whose types are hidden classes that we know nothing about (e.g. __NSArrayI for immutable arrays). As a side effect, our --show-types argument to frame variable no longer needs to append custom dynamic type information. llvm-svn: 173216
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud