This revision was automatically updated to reflect the committed changes.
Closed by commit rGe967d97a35a9: [clang-format] Fix SpacesInLineCommentPrefix
deleting tokens. (authored by curdeius).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119680/new/
HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added a comment.
This revision is now accepted and ready to land.
Never would have thought about that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119680/new/
https://reviews.llvm.org/
curdeius added a comment.
I thought about using signed ints for Minimum and Maximum in the style, but
then, we won't be able to use `-1` for Maximum the same way as now and signed
int makes no sense for Minimum...
Comment at: clang/lib/Format/BreakableToken.cpp:799-800
+
curdeius created this revision.
curdeius added reviewers: MyDeveloperDay, HazardyKnusperkeks, owenpan.
curdeius requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Fixes https://github.com/llvm/llvm-project/issues/53799.
Repository:
rG LLVM