Added support for std::ios::clear.
This commit is contained in:
parent
a7d58a2468
commit
589ce19822
|
@ -6031,6 +6031,14 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void std::ios::clear (std::ios::iostate state = std::ios::goodbit);-->
|
||||||
|
<function name="std::ios::clear,std::fstream::clear">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" default="std::ios::goodbit">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- istream& read (char* s, streamsize n);
|
<!-- istream& read (char* s, streamsize n);
|
||||||
ifstream& read (char* s, streamsize n); -->
|
ifstream& read (char* s, streamsize n); -->
|
||||||
<function name="std::istream::read,std::ifstream::read">
|
<function name="std::istream::read,std::ifstream::read">
|
||||||
|
|
Loading…
Reference in New Issue