[PATCH] D82203: [FileCheck] Implement -dump-input-context, and default to 5
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun 19 17:56:07 PDT 2020
    
    
  
arsenm added inline comments.
================
Comment at: llvm/utils/FileCheck/FileCheck.cpp:138
+             "input lines after any annotation notes, such as error\n"
+             "diagnostics and fuzzy matches.  Defaults to 5.\n"));
+
----------------
Does the description need to explicitly call out the default? I would expect that to be part of the standard opt dump, and it would avoid it getting out of sync with the actual value
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