[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)
Doug Wyatt via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 11 14:59:59 PDT 2024
================
@@ -0,0 +1,190 @@
+// RUN: %clang_cc1 -fsyntax-only -fblocks -fcxx-exceptions -verify %s
+// These are in a separate file because errors (e.g. incompatible attributes) currently prevent
----------------
dougsonos wrote:
Split the file.
https://github.com/llvm/llvm-project/pull/84983
More information about the cfe-commits
mailing list