[clang] [clang] Parse attribute [[gnu::no_stack_protector]] (PR #75289)
Sirui Mu via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 07:47:40 PST 2023
================
@@ -0,0 +1,4 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c23 %s
----------------
Lancern wrote:
My concern is that names such as `attr-no-stack-protector.cpp` are too "specific". No other single attribute has its dedicated test file under the test directory.
https://github.com/llvm/llvm-project/pull/75289
More information about the cfe-commits
mailing list