This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd2eda4920238: [clang-format] Mark constexpr lambdas as
lambda (authored by HazardyKnusperkeks).
Changed prior to commit:
https://reviews.llvm.org/
HazardyKnusperkeks added inline comments.
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2130
case tok::kw_noexcept:
+case tok::kw_constexpr:
nextToken();
owenpan wrote:
> Maybe move it up so that it's grouped with `kw_const`?
Will do before
owenpan accepted this revision.
owenpan added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2130
case tok::kw_noexcept:
+case tok::kw_constexpr:
nextToken();
Maybe move it up
HazardyKnusperkeks created this revision.
HazardyKnusperkeks added reviewers: owenpan, MyDeveloperDay, curdeius,
eoanermine.
HazardyKnusperkeks added a project: clang-format.
Herald added a project: All.
HazardyKnusperkeks requested review of this revision.
Herald added a project: clang.
Herald ad