We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c7304 commit c978e66Copy full SHA for c978e66
1 file changed
cfg/std.cfg
@@ -5914,6 +5914,13 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
5914
<returnValue type="char"/>
5915
<use-retval/>
5916
</function>
5917
+ <!-- void swap (string& str); -->
5918
+ <function name="std::string::swap">
5919
+ <noreturn>false</noreturn>
5920
+ <arg nr="1">
5921
+ <not-uninit/>
5922
+ </arg>
5923
+ </function>
5924
<function name="std::string::c_str,std::string::data">
5925
<noreturn>false</noreturn>
5926
<returnValue type="const char *"/>
0 commit comments