LGTM as an intermediate step, but as discussed we should probably delay to vtable checking time or ODR using time or whatever that's called.
================ Comment at: lib/Sema/SemaDeclCXX.cpp:4475 @@ +4474,3 @@ + // The Microsoft ABI requires that we perform the destructor body + // checks (i.e. operator delete() lookup) at every declaration, as + // any translation unit may need to emit a deleting destructor. ---------------- I'd drop "at every declaration" and say "in any translation unit..." http://llvm-reviews.chandlerc.com/D2421 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
