llvm-project/llvm/lib/Bitcode/Reader
Justin Bogner e3bfdc4e14 Support: Make error_category's constructor public
Since our error_category is based on the std one, we should have the
same visibility for the constructor.  This also allows us to avoid
using the _do_message implementation detail in our own categories.

llvm-svn: 203998
2014-03-15 04:05:59 +00:00
..
BitReader.cpp Make parseBitcodeFile return an ErrorOr<Module *>. 2014-01-15 01:08:23 +00:00
BitcodeReader.cpp Support: Make error_category's constructor public 2014-03-15 04:05:59 +00:00
BitcodeReader.h Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
BitstreamReader.cpp Micro-optimization: don't shift an entire bitcode record over to get the code. 2013-05-10 22:17:10 +00:00
CMakeLists.txt BitstreamReader hasn't aged well. It's been hacked on by various people and 2013-01-19 18:19:39 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile