From 029933103f199a618ee94e080a4b8fe1243336bf Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 20 Mar 2020 20:31:19 +0330 Subject: changed memvar switch to cdecl and added a new switch, cxxdecl. --- cgrep.roff | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'cgrep.roff') diff --git a/cgrep.roff b/cgrep.roff index a66b2e0..f2793e7 100644 --- a/cgrep.roff +++ b/cgrep.roff @@ -57,6 +57,10 @@ Match class declarations. \fB--cxxcall\fP Matches member function calls. +.TP +\fB--cxxfield\fP +Match CXX field declarations. + .TP \fB--declrefexpr\fP Matches declrefexpr. @@ -112,8 +116,8 @@ cgrep. Match member function declarations. .TP -\fB--memvar\fP -Match member variable declarations. +\fB--cfield\fP +Match C field declations. .TP \fB--nameddecl\fP -- cgit v1.2.3