diff options
| author | Adrian Prantl <aprantl@apple.com> | 2014-08-29 22:44:27 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2014-08-29 22:44:27 +0000 |
| commit | 21361fb308fa283eeb8cd2ed27a981b276eeaa15 (patch) | |
| tree | 93eeedd7736397a68a21658d5eec8765c3d41906 /clang/test/CodeGenObjC | |
| parent | daedfda8920080193319ee11334557635369a378 (diff) | |
| download | bcm5719-llvm-21361fb308fa283eeb8cd2ed27a981b276eeaa15.tar.gz bcm5719-llvm-21361fb308fa283eeb8cd2ed27a981b276eeaa15.zip | |
Debug info: Only emit C++ accessibility specifiers when they are diverging
from the default for the containing type.
rdar://problem/18154959
llvm-svn: 216800
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/debug-info-ivars-extension.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-ivars-extension.m b/clang/test/CodeGenObjC/debug-info-ivars-extension.m index e43b598f70c..9dd71522527 100644 --- a/clang/test/CodeGenObjC/debug-info-ivars-extension.m +++ b/clang/test/CodeGenObjC/debug-info-ivars-extension.m @@ -26,8 +26,8 @@ void gorf (I* pg) { // CHECK: {{.*}} [ DW_TAG_structure_type ] [I] // Check for "a". -// CHECK: {{.*}} [ DW_TAG_member ] [a] [line 7, size 32, align 32, offset 0] [from int] +// CHECK: {{.*}} [ DW_TAG_member ] [a] [line 7, size 32, align 32, offset 0] [public] [from int] // Make sure we don't output the same type twice. // CHECK-NOT: {{.*}} [ DW_TAG_structure_type ] [I] // Check for "b". -// CHECK: {{.*}} [ DW_TAG_member ] [b] [line 18, size 32, align 32, offset 0] [from int] +// CHECK: {{.*}} [ DW_TAG_member ] [b] [line 18, size 32, align 32, offset 0] [public] [from int] |

