================
@@ -15603,3 +15581,17 @@ void ASTContext::recordOffsetOfEvaluation(const 
OffsetOfExpr *E) {
   if (FieldDecl *FD = Comp.getField(); isPFPField(FD))
     PFPFieldsWithEvaluatedOffset.insert(FD);
 }
+
+bool ASTContext::maybeFoldMSConstexpr(
----------------
eleviant wrote:

@tbaederr It's not quite clear from your statement if you're suggesting to 
rename a function or extend [[msvc::constexpr]] attribute scope (e.g for var 
declarations)

https://github.com/llvm/llvm-project/pull/197005
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to