When collecting virtual bases it's very important to use the canonical type of...
When collecting virtual bases it's very important to use the canonical type of the base class. Otherwise, we might add the same virtual base class twice if the virtual base is an instantiated template. Fixes PR6251. llvm-svn: 99829
Loading
Please register or sign in to comment