Reid Spencer 06aff16337 A utility to search the LLVM source tree for a grep pattern. This is a
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
2004-06-19 20:32:55 +00:00
..
2004-04-28 19:36:08 +00:00
2003-10-16 23:46:01 +00:00
2004-03-02 15:54:25 +00:00
2004-04-13 20:59:24 +00:00
2004-03-08 20:04:46 +00:00