diff options
Diffstat (limited to 'cgrep.roff')
-rw-r--r-- | cgrep.roff | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |