[clang] [Clang] Add support for [[msvc::noinline]] attribute. (PR #91720)
Xu Zhang via cfe-commits
cfe-commits at lists.llvm.org
Sun May 19 02:08:27 PDT 2024
================
@@ -0,0 +1,72 @@
+// RUN: %clang_cc1 -verify -fsyntax-only %s -Wno-c++17-extensions
----------------
simonzgx wrote:
`[[msvc::noinline]]` is just an alias of `[[clang::noinline]]`, and maybe we don't really need UT for it, so I just deleted the redundant test files. What do you think?
https://github.com/llvm/llvm-project/pull/91720
More information about the cfe-commits
mailing list