std.cfg: Added support for std::vector::at().
This commit is contained in:
parent
4b4796a35f
commit
702a213175
|
@ -5875,6 +5875,14 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
</function>
|
||||
<function name="std::vector::at">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="std::list::pop_back,std::list::pop_front,std::forward_list::pop_front,std::vector::pop_back">
|
||||
<noreturn>false</noreturn>
|
||||
</function>
|
||||
|
|
Loading…
Reference in New Issue