%naturalvar feature fixes and documentation
Fix and document the naturalvar feature override behaviour - the naturalvar feature attached to a variable name has precedence over the naturalvar feature attached to the variable's type. The overriding was not working when turning the feature off on the variable's name. Fix so that any use of the naturalvar feature will override the global setting. Previously when set globally by -naturalvar or %module(naturalvar=1), use of the naturalvar feature was not always honoured.
This commit is contained in:
parent
e702093c70
commit
c34d7f6d23
6 changed files with 133 additions and 35 deletions
|
|
@ -279,6 +279,7 @@ CPP_TEST_CASES += \
|
|||
nspace_extend \
|
||||
naturalvar \
|
||||
naturalvar_more \
|
||||
naturalvar_onoff \
|
||||
nested_class \
|
||||
nested_comment \
|
||||
nested_scope \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue