diff options
author | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-07-02 11:38:37 -0500 |
---|---|---|
committer | Youngsuk Kim <youngsuk.kim@hpe.com> | 2024-07-02 19:52:09 -0500 |
commit | 0856064ea219d029e7d2c4f68bb88196fe647f6b (patch) | |
tree | 7320e1e96ba8ee9eb448750966e93183a44850c0 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 7c94a227bccf4d067a65f4ed88aa415fd1de9d81 (diff) | |
download | llvm-0856064ea219d029e7d2c4f68bb88196fe647f6b.zip llvm-0856064ea219d029e7d2c4f68bb88196fe647f6b.tar.gz llvm-0856064ea219d029e7d2c4f68bb88196fe647f6b.tar.bz2 |
[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()`.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions