================
@@ -2370,6 +2370,13 @@ class FunctionDecl : public DeclaratorDecl,
FunctionDeclBits.IsInstantiatedFromMemberTemplate = Val;
}
+ bool bodyContainsNonStreamingSafeExpression() const {
----------------
MacDue wrote:Renamed this concept "ContainsExprNotSafeForStreamingMode" https://github.com/llvm/llvm-project/pull/174608 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
