[PATCH] D111545: [Clang][NFC] Fix multiline comment prefixes in function headers
Saiyedul Islam via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 4 03:54:42 PST 2022
saiislam added a comment.
In D111545#3218961 <https://reviews.llvm.org/D111545#3218961>, @MyDeveloperDay wrote:
> Nit: That is more correct, but actually, you normally make the comment match the param name (I think there might even be a clang-tidy check for that?)
>
> i.e.
>
> /*isBitCodeSDL=*/
Thanks. I fixed it while committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111545/new/
https://reviews.llvm.org/D111545
More information about the cfe-commits
mailing list