[clang] [clang] Add noipa attribute (PR #207502)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 7 03:21:27 PDT 2026


================
@@ -0,0 +1,7 @@
+// RUN: %clang_cc1 -verify -fsyntax-only %s
----------------
Fznamznon wrote:

Can the attribute be applied to member functions and/or function templates? Does it make sense to test constexpr functions?
Also, I think C and C++ Sema tests can be merged as well. C++ specific features can be guarded by macros.

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


More information about the cfe-commits mailing list