[MS ABI] Delegating constructors should not assume they are most derived
A constructor needs to know whether or not it is most derived in order to determine if it is responsible for virtual bases. Delegating constructors assumed they were most derived. llvm-svn: 269465
Loading
Please sign in to comment