diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2015-07-23 05:49:29 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2015-07-23 05:49:29 +0000 |
| commit | 4135e4c47528885b7b8967c009cf356a1c0c6b1f (patch) | |
| tree | a2bf0e657827a0887fcbb42dd99c74b1fa472a9d /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | |
| parent | 6a3fdeca224e284ef4c43b88ff3478e6cb404d3a (diff) | |
| download | llvm-4135e4c47528885b7b8967c009cf356a1c0c6b1f.zip llvm-4135e4c47528885b7b8967c009cf356a1c0c6b1f.tar.gz llvm-4135e4c47528885b7b8967c009cf356a1c0c6b1f.tar.bz2 | |
Remove unnecessary in C++11 c_str() calls
While theoratically required in pre-C++11 to avoid re-allocation upon call,
C++11 guarantees that c_str() returns a pointer to the internal array so
pre-calling c_str() is no longer required.
llvm-svn: 242983
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp')
0 files changed, 0 insertions, 0 deletions
