aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.roff
diff options
context:
space:
mode:
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.