Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
Youngsuk Kim 0856064ea2 [clang][StaticAnalyzer] Avoid 'raw_string_ostream::str' (NFC)
Since `raw_string_ostream` doesn't own the string buffer, it is
desirable (in terms of memory safety) for users to directly reference
the string buffer rather than use `raw_string_ostream::str()`.

Work towards TODO comment to remove `raw_string_ostream::str()`.
2024-07-02 19:52:09 -05:00

38 KiB