From e6f28490f1def7e31c4ff36a731f584368935e34 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 7 Mar 2020 18:22:35 +0330 Subject: more bug fixes as we're getting ready for the first release. still not sure how to handle the test result evaluation. --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fbf487a..4fff3ff 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ For an up-to-date list, you can run `cgrep --help` or look at the man page. `cgrep` is a clang tool, so it will accept all valid clang command line options. +## Example +You can run the coverage report, `make covrep`, to see some examples. Before running make sure to generate the compilation databases for `cgrep.cpp` and `./test/main.cpp`. The paths need to be right for your system. Please note that even though cgrep's source file is small, the actual code itself isn't. cgrep is clang. So cgrep will be relatively slow in the examples since its running on a Very big codebase. + ## Known Issues `cgrep` will not print out warnings or errors related to the source code so please make sure that clang can successfully build your file before running cgrep on it. -- cgit v1.2.3