[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu May 16 06:16:43 PDT 2024


================
@@ -0,0 +1,14 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -x c -std=c11 %s
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 -fsyntax-only -verify -std=c89 %s
```

https://github.com/llvm/llvm-project/pull/84983


More information about the cfe-commits mailing list