================
@@ -2370,6 +2370,13 @@ class FunctionDecl : public DeclaratorDecl,
     FunctionDeclBits.IsInstantiatedFromMemberTemplate = Val;
   }
 
+  bool bodyContainsNonStreamingSafeExpression() const {
----------------
sdesmalen-arm wrote:

nit: it's not directly clear to me whether "NonStreamingSafe" means "safe for a 
non-streaming function" , or whether it means "not safe for a streaming 
function".

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

Reply via email to