aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-23 05:49:29 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-23 05:49:29 +0000
commit4135e4c47528885b7b8967c009cf356a1c0c6b1f (patch)
treea2bf0e657827a0887fcbb42dd99c74b1fa472a9d /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
parent6a3fdeca224e284ef4c43b88ff3478e6cb404d3a (diff)
downloadllvm-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