[clang] [clang] Parse attribute [[gnu::no_stack_protector]] (PR #75289)

Yingchi Long via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 13 05:17:35 PST 2023


================
@@ -0,0 +1,4 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c23 %s
----------------
inclyc wrote:

the file name `gnu-attributes.c` is too "generic", perhaps better place these files under `clang/test/Sema/attr-no-stack-protector.c` and `clang/test/SemaCXX/attr-no-stack-protector.c`

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


More information about the cfe-commits mailing list