[PATCH] D62962: Clang implementation of sizeless types

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 10 10:14:46 PDT 2019


jfb added inline comments.


================
Comment at: test/Sema/sizeless-1.c:66
+  _Static_assert(__atomic_always_lock_free(1, &local_int8) == __atomic_always_lock_free(1, incomplete_ptr), "");
+  _Static_assert(__atomic_always_lock_free(2, &local_int8) == __atomic_always_lock_free(2, incomplete_ptr), "");
+
----------------
I expect sizeless types are never lock free.


Repository:
  rC Clang

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

https://reviews.llvm.org/D62962





More information about the cfe-commits mailing list