================
@@ -3501,9 +3501,16 @@ bool Sema::checkTargetAttr(SourceLocation LiteralLoc,
StringRef AttrStr) {
return false;
}
+static bool hasStreamingModeChangeInABI(const FunctionDecl *FD) {
----------------
sdesmalen-arm wrote:
nit:
```suggestion
static bool hasArmStreamingInterface(const FunctionDecl *FD) {
```
https://github.com/llvm/llvm-project/pull/81268
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits