This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG23fc20e06c08: [clang-format] regression from clang-format
v13 (authored by MyDeveloperDay).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAS
MyDeveloperDay updated this revision to Diff 405708.
MyDeveloperDay added a comment.
De'Morganed!!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118911/new/
https://reviews.llvm.org/D118911
Files:
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp
Inde
MyDeveloperDay updated this revision to Diff 405705.
MyDeveloperDay added a comment.
Simply logic - review comment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118911/new/
https://reviews.llvm.org/D118911
Files:
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/Forma
curdeius accepted this revision.
curdeius added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:3084
+if (!Previous || (Previous->isNot(tok::r_paren) &&
+ !Previous->isTypeOrId
MyDeveloperDay created this revision.
MyDeveloperDay added reviewers: curdeius, HazardyKnusperkeks, owenpan.
MyDeveloperDay added projects: clang, clang-format.
MyDeveloperDay requested review of this revision.
https://github.com/llvm/llvm-project/issues/53567
The following source
namespace A