cppcheck-cfg.rng: Updated pattern that 'char const * const *' is accepted as return type as well.

This commit is contained in:
orbitcowboy 2022-02-03 14:48:57 +01:00
parent 9f6a36c1a8
commit 0cec93cab7
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,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]*([ ]?[*&amp;])*)+</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]*([ ]?[*&amp; ])*)+</param>
</data>
</attribute>
</optional>