hanchenye-llvm-project/lldb/www
Adrian Prantl 0e4c482124 Pass ConstString by value (NFC)
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
2019-03-06 21:22:25 +00:00
..
architecture Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
cpp_reference/html
python_reference Fix typos. 2018-10-04 22:33:39 +00:00
SB-api-coding-rules.html Fixed missing sidebars on the website 2018-08-31 02:07:05 +00:00
adding-language-support.html Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
build.html Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
customization.html
docs.html
download.html [www] Updated outdated download links [NFC] 2018-09-05 14:27:48 +00:00
faq.html
features.html
formats.html
goals.html
index.html Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
lldb-gdb.html Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
projects.html Mention predicting exception catch at throw site 2019-02-26 19:18:09 +00:00
python-reference.html Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
remote.html Fixed missing sidebars on the website 2018-08-31 02:07:05 +00:00
scripting.html Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
sidebar.incl Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
source.html Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
status.html Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
style.css
symbolication.html Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
symbols.html Document the DBGSourcePathRemapping dictionary that may be 2018-12-17 22:25:54 +00:00
test.html Fixed missing sidebars on the website 2018-08-31 02:07:05 +00:00
troubleshooting.html
tutorial.html Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
varformats.html Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00