HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added inline comments.
================
Comment at: clang/lib/Format/Format.cpp:2694-2697
+ if (!Matches[i].empty()) {
+ res = Matches[i];
+ break;
+ }
----------------
================
Comment at: clang/lib/Format/Format.cpp:2699
+ }
+ assert(!res.empty());
+ return res;
----------------
Is there something like LLVM_UNREACHABLE?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121370/new/
https://reviews.llvm.org/D121370
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits