================ Comment at: include/clang/Sema/ExternalSemaSource.h:31 @@ -30,2 +30,3 @@ class CXXRecordDecl; +class CXXDeleteExpr; class DeclaratorDecl; ---------------- majnemer wrote: > Please order this before `CXXConstructorDecl`. Shouldn't `CXXDeleteExpr` come right //after// `CXXConstructorDecl`, and before `CXXRecordDecl` to preserve alphabetical ordering?
http://reviews.llvm.org/D4661 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
