[PATCH] D127873: [clang-format] Fix misplacemnt of `*` in declaration of pointer to struct
Jack Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 20 07:41:48 PDT 2022
jackhong12 added inline comments.
================
Comment at: clang/lib/Format/TokenAnnotator.cpp:2328
+ }
+
if (PrevToken->Tok.isLiteral() ||
----------------
HazardyKnusperkeks wrote:
> MyDeveloperDay wrote:
> > Thank you I wish more of the clauses were commented like this
> +1
I'm not sure where I also need to add comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127873/new/
https://reviews.llvm.org/D127873
More information about the cfe-commits
mailing list