[PATCH] D128556: Make Objective-C++ match Objective-C's behavior on implicit ivar access when `self` is shadowed

Michael Wyman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 27 10:51:41 PDT 2022


mwyman added a comment.

Unit test passes both pre- and post- this change for `-x objective-c`, fails pre-change with `-x objective-c++` and passes post-change.


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

https://reviews.llvm.org/D128556



More information about the cfe-commits mailing list