summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Compilation.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-10-09 18:50:29 +0000
committerZachary Turner <zturner@google.com>2017-10-09 18:50:29 +0000
commit514b7105b52fb98939f2b982651ec876582250f4 (patch)
tree82c677faaf33dd0040f4534c4f9b51145469b7d8 /clang/lib/Driver/Compilation.cpp
parent4f5a3d5d6f15d8624cd78b53246d633ca54619c1 (diff)
downloadbcm5719-llvm-514b7105b52fb98939f2b982651ec876582250f4.tar.gz
bcm5719-llvm-514b7105b52fb98939f2b982651ec876582250f4.zip
Fix some C++ value / reference semantics issues.
Some functions were taking Twine's not by const&, these are all fixed to take by const&. We also had a case where some functions were overloaded to accept by const& and &&. Now there is only one version which accepts by value and move's the value. llvm-svn: 315229
Diffstat (limited to 'clang/lib/Driver/Compilation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud