[clang] [clang-tools-extra] Suppress pedantic diagnostic for a file not ending in EOL (PR #131794)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 18 06:18:23 PDT 2025


================
@@ -128,7 +128,10 @@ C2y Feature Support
   also removes UB with code like ``(void)(void)1;``.
 - Implemented `WG14 N3411 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3411.pdf>`_
   which allows a source file to not end with a newline character. This is still
-  reported as a conforming extension in earlier language modes.
+  reported as a conforming extension in earlier language modes. Note,
----------------
AaronBallman wrote:

Nope, that's a think-o on my part. :-D

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


More information about the cfe-commits mailing list