[PATCH] D72326: [clang-format] Rebased on master: Add option to specify explicit config file

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 16 02:14:32 PDT 2020


MyDeveloperDay added inline comments.


================
Comment at: clang/lib/Format/Format.cpp:2704
+  if (ParserErrorCode == ParseError::Unsuitable) {
+    *IsSuitable = false;
+    return Style;
----------------
I think this isn't needed won't it already be false from line @2695


Repository:
  rC Clang

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

https://reviews.llvm.org/D72326





More information about the cfe-commits mailing list