================
@@ -15603,3 +15581,17 @@ void ASTContext::recordOffsetOfEvaluation(const
OffsetOfExpr *E) {
if (FieldDecl *FD = Comp.getField(); isPFPField(FD))
PFPFieldsWithEvaluatedOffset.insert(FD);
}
+
+bool ASTContext::maybeFoldMSConstexpr(
----------------
tbaederr wrote:
The name "MSConstexpr" is already taken by the `msvc::constexpr` abomination,
e.g. we have a `MSConstexprContextRAII` in `ExprConstant.cpp`.
https://github.com/llvm/llvm-project/pull/197005
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits