[clang] Reland [C++20] [Modules] Don't profiling the callee of CXXFoldExpr (#190732) (PR #195983)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Thu May 7 20:14:50 PDT 2026
================
@@ -71,9 +69,4 @@ export namespace std {
using std::operator&&;
}
-#ifdef SKIP_ODR_CHECK_IN_GMF
// expected-no-diagnostics
-#else
-// expected-error@* {{has different definitions in different modules; first difference is defined here found data member '_S_copy_ctor' with an initializer}}
-// expected-note@* {{but in 'a.<global>' found data member '_S_copy_ctor' with a different initializer}}
-#endif
----------------
ChuanqiXu9 wrote:
Done
https://github.com/llvm/llvm-project/pull/195983
More information about the cfe-commits
mailing list