llvm-project/llvm/lib/Bitcode
Peter Collingbourne 704f814a5e Clear the PendingTypeTests vector after moving from it.
This is to put the vector into a well defined state. Apparently the state of a
vector after being moved from is valid but unspecified. Found with clang-tidy.

llvm-svn: 290298
2016-12-22 02:52:23 +00:00
..
Reader Clear the PendingTypeTests vector after moving from it. 2016-12-22 02:52:23 +00:00
Writer IR: Function summary representation for type tests. 2016-12-21 23:03:45 +00:00
CMakeLists.txt
LLVMBuild.txt