[PATCH] D56916: Fix crash due to ObjCPropertyDecl

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 23 03:34:46 PST 2019


ilya-biryukov added a comment.

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?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56916





More information about the cfe-commits mailing list