ahatanak added a comment.

C structs with ObjC pointer fields under ARC are non-trivial to destruct too.

  struct foo {
    int big[128];
    id a;
  };
  
  void test_atomic_array_param(_Atomic(struct foo) a) {
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102015

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to