================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to