From 3888347bc2e7714541bdc63e9861cd15e1a0c124 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 30 Mar 2020 17:50:01 +0430 Subject: declarations no longer print out the declarations since they are already matching declarations. added a new WIP switch called trace. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bdeb0f2..4ecd206 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3