Skip to content
  1. Oct 07, 2004
  2. Sep 20, 2004
  3. Sep 18, 2004
  4. Aug 24, 2004
  5. Aug 16, 2004
  6. Jul 07, 2004
  7. Jun 19, 2004
    • Reid Spencer's avatar
      A utility to search the LLVM source tree for a grep pattern. This is a · 0277fd7b
      Reid Spencer authored
      replacement for getsrcs.sh which now generates too much text to put on a
      Linux command line. The approach taken with llvmgrep is to execute a find
      command and execute a grep on each file that matches the name pattern. The
      arguments to this script are the same as those of egrep. Note that the -H
      and -n options to egrep will always be passed so that you always get the
      file and line number of matches.
      
      llvm-svn: 14255
      0277fd7b
Loading