[Lldb-commits] [PATCH] D131900: [LLDB][NFC] Fix memory leak in IntstumentationRuntimeTSan.cpp
Slava Gurevich via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 15 20:45:33 PDT 2022
fixathon updated this revision to Diff 452884.
fixathon added a comment.
Address the style issue by removing "using", and specifying std:: namespace explicitly.
Note, lldb style guide does not appear to prohibit the import of individual members from another namespace in a non-header file. Nevertheless, fixing the style for consistency.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131900/new/
https://reviews.llvm.org/D131900
Files:
lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131900.452884.patch
Type: text/x-patch
Size: 10022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220816/77ffbfee/attachment.bin>
More information about the lldb-commits
mailing list