[clang] [Clang][AArch64] Generalise streaming mode checks for builtins. (PR #93802)
Sander de Smalen via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 14 02:44:51 PDT 2024
================
@@ -622,7 +679,8 @@ bool SemaARM::CheckSMEBuiltinFunctionCall(unsigned BuiltinID,
}
if (BuiltinType)
- checkArmStreamingBuiltin(SemaRef, TheCall, FD, *BuiltinType);
+ HasError |= checkArmStreamingBuiltin(SemaRef, TheCall, FD, *BuiltinType,
----------------
sdesmalen-arm wrote:
Done
https://github.com/llvm/llvm-project/pull/93802
More information about the cfe-commits
mailing list