Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ef67af

Browse files
committed
C++: Add models for stringstream methods.
1 parent fafd2f0 commit 6ef67af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cpp/ql/src/semmle/code/cpp/models/implementations/StdString.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
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.
2+
* Provides implementation classes modeling `std::string` (and other
3+
* instantiations of `std::basic_string`) and `std::stringstream`. See
4+
* `semmle.code.cpp.models.Models` for usage information.
55
*/
66

77
import semmle.code.cpp.models.interfaces.Taint

0 commit comments

Comments
 (0)