diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-20 17:01:19 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-20 17:01:19 +0000 |
commit | 029933103f199a618ee94e080a4b8fe1243336bf (patch) | |
tree | af3d72d23382743aa22845bc944e676753b2adf0 /cgrep.roff | |
parent | update (diff) | |
download | cgrep-029933103f199a618ee94e080a4b8fe1243336bf.tar.gz cgrep-029933103f199a618ee94e080a4b8fe1243336bf.zip |
changed memvar switch to cdecl and added a new switch, cxxdecl.
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 |