aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.roff
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-27 16:05:18 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-27 16:05:18 +0000
commit6029589032a85cf800b1868026c76268561b7834 (patch)
tree4a2f7c78f26416d6e35ffae413e48a03d59d6917 /cgrep.roff
parentupdate (diff)
downloadcgrep-6029589032a85cf800b1868026c76268561b7834.tar.gz
cgrep-6029589032a85cf800b1868026c76268561b7834.zip
you now get the option of replacing the cgrep diagconsumer with the normal one provided by clang. also the cgrep diagconsumer now prints out errors and only leaves out warnings and fixits. README update. man update. added llvm11 to travis.
Diffstat (limited to 'cgrep.roff')
-rw-r--r--cgrep.roff6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgrep.roff b/cgrep.roff
index f2793e7..908c344 100644
--- a/cgrep.roff
+++ b/cgrep.roff
@@ -120,6 +120,12 @@ Match member function declarations.
Match C field declations.
.TP
+\fB--clangdiag\fP
+Enables the normal diagnostics and fixits that you are used to see from clang.
+By defualt this option is set to false. cgrep will use its own dignosticConsumer
+when this option is set to false.
+
+.TP
\fB--nameddecl\fP
Matches all named declarations.