[PATCH] D127873: [clang-format] Fix misplacemnt of `*` in declaration of pointer to struct
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 20 00:35:54 PDT 2022
MyDeveloperDay added inline comments.
================
Comment at: clang/lib/Format/TokenAnnotator.cpp:2328
+ }
+
if (PrevToken->Tok.isLiteral() ||
----------------
Thank you I wish more of the clauses were commented like this
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127873/new/
https://reviews.llvm.org/D127873
More information about the cfe-commits
mailing list