[PATCH] D62962: Clang implementation of sizeless types

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 7 12:30:42 PDT 2019


jfb added a comment.

How do these types mangle?



================
Comment at: test/Sema/sizeless-1.c:60
+  (void)__atomic_is_lock_free(1, &local_int8);
+  (void)__atomic_always_lock_free(1, &local_int8);
+
----------------
What do you expect these to return?


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