[flang-commits] [clang] [flang] Fix more diagnostic wording for style; NFC (PR #93190)
Mariya Podchishchaeva via flang-commits
flang-commits at lists.llvm.org
Thu May 23 07:02:15 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)">,
----------------
Fznamznon wrote:
So, it is not allowed to capitalize a message, but a whole word written (`MUST` in this example) with uppercase is allowed? Isn't it too much?
https://github.com/llvm/llvm-project/pull/93190
More information about the flang-commits
mailing list