forked from OSchip/llvm-project
0e4c482124
My apologies for the large patch. With the exception of ConstString.h itself it was entirely produced by sed. ConstString has exactly one const char * data member, so passing a ConstString by reference is not any more efficient than copying it by value. In both cases a single pointer is passed. But passing it by value makes it harder to accidentally return the address of a local object. (This fixes rdar://problem/48640859 for the Apple folks) Differential Revision: https://reviews.llvm.org/D59030 llvm-svn: 355553 |
||
---|---|---|
.. | ||
architecture | ||
cpp_reference/html | ||
python_reference | ||
SB-api-coding-rules.html | ||
adding-language-support.html | ||
build.html | ||
customization.html | ||
docs.html | ||
download.html | ||
faq.html | ||
features.html | ||
formats.html | ||
goals.html | ||
index.html | ||
lldb-gdb.html | ||
projects.html | ||
python-reference.html | ||
remote.html | ||
scripting.html | ||
sidebar.incl | ||
source.html | ||
status.html | ||
style.css | ||
symbolication.html | ||
symbols.html | ||
test.html | ||
troubleshooting.html | ||
tutorial.html | ||
varformats.html |