diff options
author | Douglas Gregor <dgregor@apple.com> | 2015-12-08 22:45:17 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2015-12-08 22:45:17 +0000 |
commit | 1cbb289c7deb5cdd4e892e49c84ee602534dfe41 (patch) | |
tree | 0decacbe530a331c536d49af20462016785fa356 /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | 8f64ca152985ac199ba8e2e6a94ebdba2ebd2db6 (diff) | |
download | bcm5719-llvm-1cbb289c7deb5cdd4e892e49c84ee602534dfe41.tar.gz bcm5719-llvm-1cbb289c7deb5cdd4e892e49c84ee602534dfe41.zip |
Objective-C properties: fix bogus use of "isa<>" on a QualType.
The code used "isa" to check the type and then "getAs" to look through
sugar; we need to look through the sugar when checking, too, otherwise
any kind of sugar (nullability qualifiers in the example; or a
typedef) will thwart this semantic check. Fixes rdar://problem/23804250.
llvm-svn: 255066
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
0 files changed, 0 insertions, 0 deletions