[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 12 05:16:57 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
In D128059#3643081 <https://reviews.llvm.org/D128059#3643081>, @cor3ntin wrote:
> Fix crash on PowerPC
>
> (I forgot to removed a non-sense line that
> could cause the CurPtr to move incorrectly
> past a / in the ALTIVEC code path).
Ah, nice catch -- LGTM!
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