# cgrep `grep` for C/C++ source files.
cgrep uses libtooling, the latest tested version of LLVM is trunk 340121.
## Bulding assuming you have the llvm/clang libraries, just run:
```bash git clone https://github.com/bloodstalker/cgrep git submodule init git submodule update make ```