[PATCH] D128059: [Clang] Add a warning on invalid UTF-8 in comments.

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 09:13:22 PDT 2022


aaron.ballman added reviewers: tahonermann, clang-language-wg.
aaron.ballman added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:271
+- Added ``-Winvalid-utf8`` which diagnoses invalid UTF-8 code unit sequences in
+  comments.
 
----------------
Should we mention `P2295R5` now that it's at least core approved? Something like:
%%%
...unit sequences in comments; in support of `P2295R5 <http://wg21.link/P2295R5>`_.
%%%


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128059/new/

https://reviews.llvm.org/D128059



More information about the llvm-commits mailing list