================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
