This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG95c1a17433b9: [clang-format] add config parse test for short
lambda (authored by Backl1ght).
Changed prior to commit:
https://reviews.llvm.org/D14
MyDeveloperDay accepted this revision.
MyDeveloperDay added a comment.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140105/new/
https://reviews.llvm.org/D140105
___
cfe-commits mailing list
cfe-com
HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Format/ConfigParseTest.cpp:545
+ AllowShortLambdasOnASingleLine, FormatStyle::SLS_All);
+ CHECK_PARSE("A
Backl1ght created this revision.
Backl1ght added a project: clang-format.
Herald added a project: All.
Backl1ght requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140105
Files: