cppcheck-cfg.rng: Allow return value by reference (#1077)
This commit is contained in:
parent
13daaac264
commit
80c2074ea7
|
@ -80,7 +80,7 @@
|
|||
<optional>
|
||||
<attribute name="type">
|
||||
<data type="string">
|
||||
<param name="pattern">([a-zA-Z_][a-zA-Z_0-9]*[ ])*([a-zA-Z_][a-zA-Z_0-9]*::)*[a-zA-Z_][a-zA-Z_0-9]*([ ]?[*])*</param>
|
||||
<param name="pattern">([a-zA-Z_][a-zA-Z_0-9]*[ ])*([a-zA-Z_][a-zA-Z_0-9]*::)*[a-zA-Z_][a-zA-Z_0-9]*([ ]?[*&])*</param>
|
||||
</data>
|
||||
</attribute>
|
||||
</optional>
|
||||
|
|
Loading…
Reference in New Issue