llvm-6502/lib/Option
Logan Chien 3755f9f48c Code cleanup: Remove std::move() around xvalue (NFC)
Remove std::move() around xvalue so that copy elision is eligible.
In case that copy elision is not appliable, the c++ standard also
guarantees the move semantics on xvalue.  Thus, it is not necessary
to wrap Args with std::move.

This also silence a warning since r240345.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240355 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-22 23:16:02 +00:00
..
Arg.cpp
ArgList.cpp Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better way to describe this situation 2015-06-21 06:51:35 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
Option.cpp Option parsing: properly handle flag aliases for joined options (PR23394) 2015-05-04 18:00:13 +00:00
OptTable.cpp Code cleanup: Remove std::move() around xvalue (NFC) 2015-06-22 23:16:02 +00:00