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

Zhao Wei Liew via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 26 22:30:10 PST 2021


zwliew added inline comments.


================
Comment at: clang/lib/Format/Format.cpp:3393
   if (!ChildFormatTextToApply.empty()) {
     assert(ChildFormatTextToApply.size() == 1);
 
----------------
Is there a reason for this to be limited to 1? I came across this case during testing, but I can't think of why this should be so.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72326



More information about the cfe-commits mailing list