[llvm-branch-commits] [clang] [clang] Add clang::nooutline Attribute (PR #163666)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 16 13:57:37 PDT 2025
================
@@ -0,0 +1,7 @@
+// RUN: %clang_cc1 -verify -fsyntax-only %s -Wno-c++17-extensions
----------------
Sirraide wrote:
```suggestion
// RUN: %clang_cc1 -verify -fsyntax-only %s
```
I don’t think we need to pass `-Wno-c++17-extensions` here since we’re not using any from what I can tell (and Clang defaults to C++17 anyway).
https://github.com/llvm/llvm-project/pull/163666
More information about the llvm-branch-commits
mailing list