[PATCH] D125626: [clang-format][NFC] Don't call mightFitOnOneLine() unnecessarily

sstwcw via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 15 05:47:23 PDT 2022


sstwcw added inline comments.


================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2732
+    parseBlock(/*MustBeDeclaration=*/true, AddLevels, /*MunchSemi=*/true,
+               /*KeepBracces=*/true, ManageWhitesmithsBraces);
 
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125626/new/

https://reviews.llvm.org/D125626



More information about the cfe-commits mailing list