[PATCH] D82203: [FileCheck] Implement -dump-input-context, and default to 5

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 09:45:26 PDT 2020


jdenny added inline comments.


================
Comment at: llvm/utils/FileCheck/FileCheck.cpp:481
 
+    // Don't print line if not within 10 lines of a note.
+    for (auto NoteItr = AnnotationItr;
----------------
Oops, it's not always 10.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82203





More information about the llvm-commits mailing list