[clang] [Clang] Add support for [[msvc::noinline]] attribute. (PR #91720)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri May 17 07:47:48 PDT 2024
================
@@ -0,0 +1,72 @@
+// RUN: %clang_cc1 -verify -fsyntax-only %s -Wno-c++17-extensions
----------------
erichkeane wrote:
This test is a copy/paste of the other one, I'd rather see this added into the other test/merged instead to show off both spellings in one place (particularly because that is attr-noinline.cpp).
https://github.com/llvm/llvm-project/pull/91720
More information about the cfe-commits
mailing list