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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits