llvm-6502/include/llvm/Bitcode
Rafael Espindola 6d66a1cd2f 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217049 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-03 17:31:46 +00:00
..
BitCodes.h Code Custodian: 2012-11-25 15:23:39 +00:00
BitcodeWriterPass.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
BitstreamReader.h Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream. 2014-08-30 17:07:55 +00:00
BitstreamWriter.h [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 2014-04-15 06:32:26 +00:00
LLVMBitCodes.h Bitcode: Serialize (and recover) use-list order 2014-07-28 21:19:41 +00:00
ReaderWriter.h Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00