[PATCH] D138373: [clang-format] Don't eat two semicolons after namespace
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 12 06:50:44 PST 2022
MyDeveloperDay added inline comments.
================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2999
- // Munch the semicolon after a namespace. This is more common than one would
- // think. Putting the semicolon into its own line is very ugly.
----------------
This comment was wrong I guess, because of /*MunchSemi=*/true
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138373/new/
https://reviews.llvm.org/D138373
More information about the cfe-commits
mailing list