C++: Add models for stringstream methods.

This commit is contained in:
Geoffrey White
2020-09-07 11:07:56 +01:00
parent fafd2f0a7c
commit 6ef67af743

View File

@@ -1,7 +1,7 @@
/**
* Provides implementation classes modeling `std::string` and other
* instantiations of `std::basic_string`. See `semmle.code.cpp.models.Models`
* for usage information.
* Provides implementation classes modeling `std::string` (and other
* instantiations of `std::basic_string`) and `std::stringstream`. See
* `semmle.code.cpp.models.Models` for usage information.
*/
import semmle.code.cpp.models.interfaces.Taint