diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-23 21:11:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-23 21:11:06 +0000 |
commit | cfbcdeb238cdaef5565b201d49f8f143d9262d53 (patch) | |
tree | fc0f1175ee8c285ceff0569ee6074973e53d111a /cgrep.roff | |
parent | update (diff) | |
parent | updated the README. fixed a bug with declrefexpr where it was checking too la... (diff) | |
download | cgrep-cfbcdeb238cdaef5565b201d49f8f143d9262d53.tar.gz cgrep-cfbcdeb238cdaef5565b201d49f8f143d9262d53.zip |
update
Diffstat (limited to '')
-rw-r--r-- | cgrep.roff | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -58,6 +58,10 @@ Match class declarations. Matches member function calls. .TP +\fB--cxxfield\fP +Match CXX field declarations. + +.TP \fB--declrefexpr\fP Matches declrefexpr. .br @@ -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 |