Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp | ||
---|---|---|
289 ↗ | (On Diff #66202) | Why not make count_name a const std::string & as well? |
Paths
| Differential D22984
[lldb][tsan] Avoid some string copies (NFC) ClosedPublic Authored by vsk on Jul 29 2016, 5:13 PM.
Details
Diff Detail
Event Timelinevsk updated this object. vsk retitled this revision from [lldb][tsan] Avoid a string copy (NFC) to [lldb][tsan] Avoid some string copies (NFC). Comment Actions
This revision is now accepted and ready to land.Jul 29 2016, 9:18 PM Closed by commit rL277347: [lldb][tsan] Avoid a string copy (NFC) (authored by vedantk). · Explain WhyAug 1 2016, 8:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 66325 lldb/trunk/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp
|