This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
298f63803b7195f366931fc23b5f7e8b8ec495ca
llvm-project
/
llvm
/
lib
/
Support
/
SmallPtrSet.cpp
Craig Topper
298f63803b
Fix an off by 1 bug that prevented SmallPtrSet from using all of its 'small' capacity. Then fix the early return in the move constructor that prevented 'small' moves from clearing the NumElements in the moved from object. The directed test missed this because it was always testing large moves due to the off by 1 bug.
...
llvm-svn: 216044
2014-08-20 04:41:36 +00:00
11 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink