[PATCH] D83526: [FileCheck] In input dump, elide only if ellipsis is shorter

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 20:28:19 PDT 2020


mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/utils/FileCheck/FileCheck.cpp:432
 
+static void DumpEllipsisOrElidedLines(raw_ostream &OS, std::string &ElidedLines,
+                                      unsigned LabelWidth) {
----------------
Maybe you can add a comment to describe this function?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83526





More information about the llvm-commits mailing list