[clang] [clang][SME] Rework streaming mode always_inline errors/warnings (PR #174608)
Benjamin Maxwell via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 13 07:27:06 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list