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

Reply via email to