[PATCH] D80144: [clang-format] @lefticus just taught the world how to use [[unlikely]] but we forgot to teach clang-format
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 25 10:10:29 PDT 2020
MyDeveloperDay added a comment.
maybe for now we just do
if (FormatTok->is(tok::l_square) && !Style.isObjC())
parseSquare();
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80144/new/
https://reviews.llvm.org/D80144
More information about the cfe-commits
mailing list