[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)
via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 03:12:50 PDT 2024
================
@@ -0,0 +1,126 @@
+// RUN: %clang_cc1 -fsyntax-only -fblocks -fcxx-exceptions -verify %s
+// RUN: %clang_cc1 -fsyntax-only -fblocks -verify -x c -std=c23 %s
----------------
Sirraide wrote:
Prototypeless functions are the only thing I can think of as well candidly.
https://github.com/llvm/llvm-project/pull/84983
More information about the cfe-commits
mailing list