llvm-project/llvm/lib/Bitcode/Reader
Dan Gohman 093cb79d4b Disallow null as a named metadata operand.
Make MDNode::destroy private.
Fix the one thing that used MDNode::destroy, outside of MDNode itself.

One should never delete or destroy an MDNode explicitly. MDNodes
implicitly go away when there are no references to them (implementation
details aside).

llvm-svn: 109028
2010-07-21 18:54:18 +00:00
..
BitReader.cpp Add Module functions in place of module providers. 2010-03-02 23:58:54 +00:00
BitcodeReader.cpp Disallow null as a named metadata operand. 2010-07-21 18:54:18 +00:00
BitcodeReader.h Add support for remapping metadata kind IDs when reading in a 2010-07-20 21:42:28 +00:00
CMakeLists.txt Remove derelict serialization code. 2009-12-31 23:40:17 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00