[PATCH] D66121: Debug Info: Nest Objective-C property function decls inside their container.

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 15:01:56 PST 2019


vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

Thanks, lgtm.



================
Comment at: clang/test/CodeGenObjC/debug-info-objc-property-dwarf5.m:26
+// CHECK: ![[DECL:[0-9]+]] = !DISubprogram(name: "-[Foo setBar:]",
+// CHECK-SAME:  scope: ![[FOO]]
+
----------------
Should this check that the subprogram for 'getBar' is nested within Foo as well?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66121/new/

https://reviews.llvm.org/D66121





More information about the cfe-commits mailing list