[PATCH] D56916: Fix crash due to ObjCPropertyDecl

David Goldman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 07:55:09 PST 2019


dgoldman added a comment.

In D56916#1367559 <https://reviews.llvm.org/D56916#1367559>, @ilya-biryukov wrote:

> It looks like `Container::_magic` is a platform-dependent completion, I don't have it on Linux, but http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/42665 fails because it's not in the list.
>  Submitted rL351943 <https://reviews.llvm.org/rL351943> to workaround the failure. @dgoldman, any idea why completion might be there on some platforms, but not the others?


Perhaps property auto-synthesis isn't enabled there? I wonder if the following manual synthesis would help:

  @implementation Container
  @synthesize magic;
  @end


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56916





More information about the llvm-commits mailing list