Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafd2f0 commit 6ef67afCopy full SHA for 6ef67af
1 file changed
cpp/ql/src/semmle/code/cpp/models/implementations/StdString.qll
@@ -1,7 +1,7 @@
1
/**
2
- * Provides implementation classes modeling `std::string` and other
3
- * instantiations of `std::basic_string`. See `semmle.code.cpp.models.Models`
4
- * 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.
5
*/
6
7
import semmle.code.cpp.models.interfaces.Taint
0 commit comments