summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2015-07-30 04:21:13 +0000
committerAdam Nemet <anemet@apple.com>2015-07-30 04:21:13 +0000
commit252d529b6cf1385d942f03cacd2cbda441131522 (patch)
tree062eed8010051d25e49fd51f6a0022cbb0f590f2 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parente0992134816086c5cb653b76f4e597923e400e3f (diff)
downloadbcm5719-llvm-252d529b6cf1385d942f03cacd2cbda441131522.tar.gz
bcm5719-llvm-252d529b6cf1385d942f03cacd2cbda441131522.zip
[LoopVer] Add missing std::move
The reason I was passing this vector by value in the constructor so that I wouldn't have to copy when initializing the corresponding member but then I forgot the std::move. The use-case is LoopDistribution which filters the checks then std::moves it to LoopVersioning's constructor. With this interface we can avoid any copies. llvm-svn: 243616
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud