Skip to content

Commit

Permalink
std.cfg: Added missing interfaces found by daca@home
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Mar 3, 2024
1 parent 779141c commit 9455415
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6521,7 +6521,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<noreturn>false</noreturn>
</function>
<!-- bool eof() const; -->
<function name="std::ios::eof,std::ios_base::eof,std::ostream::eof,std::ofstream::eof,std::ostringstream::eof,std::istringstream::eof,std::wistringstream::eof,std::basic_istringstream::eof,std::istream::eof">
<function name="std::ios::eof,std::ios_base::eof,std::ostream::eof,std::ofstream::eof,std::ostringstream::eof,std::istringstream::eof,std::wistringstream::eof,std::basic_istringstream::eof,std::istream::eof,std::ifstream::eof">
<use-retval/>
<const/>
<returnValue type="bool"/>
Expand Down Expand Up @@ -7062,8 +7062,14 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<valid>0:</valid>
</arg>
</function>
<!-- void std::istream::peak();-->
<function name="std::istream::peek">
<use-retval/>
<returnValue type="int"/>
<noreturn>false</noreturn>
</function>
<!-- void std::ios::clear (std::ios::iostate state = std::ios::goodbit);-->
<function name="std::ios::clear,std::fstream::clear">
<function name="std::ios::clear,std::fstream::clear,std::istream::clear">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" default="std::ios::goodbit">
Expand Down

0 comments on commit 9455415

Please sign in to comment.