================ Comment at: lib/Sema/SemaDeclCXX.cpp:8883 @@ -8882,3 +8882,3 @@ - SourceLocation Loc = Destructor->getLocation(); + SourceLocation Loc = Destructor->getLocEnd(); Destructor->setBody(new (Context) CompoundStmt(Loc)); ---------------- I think this is a reasonable approach. Do the other `DefineImplicit*` members also need this fix?
http://reviews.llvm.org/D4175 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
