This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
HazardyKnusperkeks marked 2 inline comments as done.
Closed by commit rG006bf8d81770: [clang-format][NFC] Handle language specific
stuff at the top... (authored by Haza
owenpan accepted this revision.
owenpan added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: clang/lib/Format/TokenAnnotator.cpp:3121
+ return 1;
+if (Right.is(tok::period))
+ return 500;
HazardyKnusperkeks wrote:
> o
HazardyKnusperkeks added inline comments.
Comment at: clang/lib/Format/TokenAnnotator.cpp:3121
+ return 1;
+if (Right.is(tok::period))
+ return 500;
owenpan wrote:
> Otherwise, it wouldn't be NFC.
It was Left == :: || Right == .
Repository:
rG L
owenpan added inline comments.
Comment at: clang/lib/Format/TokenAnnotator.cpp:3121
+ return 1;
+if (Right.is(tok::period))
+ return 500;
Otherwise, it wouldn't be NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://rev
HazardyKnusperkeks created this revision.
HazardyKnusperkeks added reviewers: owenpan, MyDeveloperDay, curdeius, rymiel.
HazardyKnusperkeks added a project: clang-format.
Herald added a project: All.
HazardyKnusperkeks requested review of this revision.
Herald added a project: clang.
Herald added a