================
@@ -384,6 +384,10 @@ Modified Compiler Flags
   evaluating to ``true`` and an empty body such as ``while(1);``)
   are considered infinite, even when the ``-ffinite-loop`` flag is set.
 
+- Removed "arm interrupt calling convention" warning that was included in
----------------
DavidSpickett wrote:

I would rephrase this a bit:
```
The "arm interrupt calling convention" warning previously included in 
``-Wextra`` has been removed and made into a unique warning enabled using 
``-Warm-interrrupt-vfp-clobber``.
```

https://github.com/llvm/llvm-project/pull/91870
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to