diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-30 13:20:01 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-30 13:20:01 +0000 |
commit | 3888347bc2e7714541bdc63e9861cd15e1a0c124 (patch) | |
tree | f1e34b3402f04b481c50b97534888a23c7f837bc /README.md | |
parent | travis fix (diff) | |
download | cgrep-3888347bc2e7714541bdc63e9861cd15e1a0c124.tar.gz cgrep-3888347bc2e7714541bdc63e9861cd15e1a0c124.zip |
declarations no longer print out the declarations since they are already matching declarations. added a new WIP switch called trace.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ and it will match your regex against all function declarations, and will output `cgrep` is implemented using Clang's libtooling libraries. -### Features +## Features * It's basically Clang regexing it's way through your C-family source-code. You have all the context you can ever need. * Can output whether to print the declaration of a match even if the match itself is not a declaration along with the matched result. |