hanchenye-llvm-project/llvm/lib/Bitcode/Reader
Rafael Espindola 688121571a Pass a && to getLazyBitcodeModule.
This forces callers to use std::move when calling it. It is somewhat odd to have
code with std::move that doesn't always move, but it is also odd to have code
without std::move that sometimes moves.

llvm-svn: 217049
2014-09-03 17:31:46 +00:00
..
BitReader.cpp Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00
BitcodeReader.cpp Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00
BitcodeReader.h Pass a MemoryBufferRef when we can avoid taking ownership. 2014-08-26 21:49:01 +00:00
BitstreamReader.cpp Replace some assert(0)'s with llvm_unreachable. 2014-06-18 05:05:13 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile