[clang] [clang][sema][FMV] Forbid multi-versioning arm_streaming functions. (PR #81268)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 12 00:16:42 PST 2024


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


More information about the cfe-commits mailing list