std.cfg: Added support for std::vector::at().

This commit is contained in:
orbitcowboy 2017-10-06 17:02:25 +02:00
parent 4b4796a35f
commit 702a213175
1 changed files with 8 additions and 0 deletions

View File

@ -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>