[PATCH] D135871: [clang-format][NFC] Handle language specific stuff at the top...

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 20:29:39 PDT 2022


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://reviews.llvm.org/D135871/new/

https://reviews.llvm.org/D135871



More information about the cfe-commits mailing list