[clang] [clang][SME] Rework streaming mode always_inline errors/warnings (PR #174608)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 9 02:52:22 PST 2026


================
@@ -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


More information about the cfe-commits mailing list