Masatake YAMATO
Masatake YAMATO
(Bugs should not be listed here. Please, open an new issue.) - [ ] fix scope of fields in extended messages ###### done in #2507 - [x] fill end fields...
Close #3948 I wonder what I should do for `v` in ``` class a { static { let v = 1; } fld; } ``` What should we put in...
- https://github.com/npezza93/ttags - https://github.com/jha-naman/treetags
``` ./ctags --verbose -x --map-C=+.h --map-C++=-.h --c-kinds=fpvx ./libcryptsetup.h ``` Though `--map-C++=-.h` is specified, ctags chooses C++ parser for the .h file. I'm not sure the ideal behavior but at least,...
These will be implemented as a bool attribute in a role structure: ``` diff --git a/main/kind.h b/main/kind.h index 5a9b243a6..4d063621c 100644 --- a/main/kind.h +++ b/main/kind.h @@ -24,7 +24,7 @@ struct sRoleDefinition...
input.c: ``` int f0(void); struct S {int s;} f1(void) { } struct S {int s;} f2(void); ``` cmdline: ctags --kinds-C=+p -o - Though `f0` and `f1` are extracted, `f2` is...
(After discussion the field name introduced this pull request is changed from varType" to type:) HELP MESSAGE is not filled yet. varType: field is introduced in this commit. The value...