[flang-commits] [clang] [flang] Fix more diagnostic wording for style; NFC (PR #93190)

Aaron Ballman via flang-commits flang-commits at lists.llvm.org
Thu May 23 07:05:13 PDT 2024


================
@@ -337,7 +337,7 @@ def warn_atomic_op_oversized : Warning<
 InGroup<AtomicAlignment>;
 
 def warn_sync_op_misaligned : Warning<
-  "__sync builtin operation MUST have natural alignment (consider using __atomic).">,
+  "__sync builtin operation MUST have natural alignment (consider using __atomic)">,
----------------
AaronBallman wrote:

Heh, I'm glad you spoke up about this one -- I was on the fence about changing it and decided against it, but now that you've also stumbled on it, I'm going to fix it up. Thanks!

https://github.com/llvm/llvm-project/pull/93190


More information about the flang-commits mailing list