riccibruno marked 2 inline comments as done. riccibruno added inline comments.
================ Comment at: include/clang/AST/ExprCXX.h:1295 + /// A pointer to the constructor which will be ultimately called. + CXXConstructorDecl *Constructor; + ---------------- Removed the default member initializer as it is initialized unconditionally in the constructor. ================ Comment at: include/clang/AST/ExprCXX.h:1613 + + TypeSourceInfo *TSI = nullptr; + ---------------- Changed the name from `Type` since `Type` was imho an unfortunate choice. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56022/new/ https://reviews.llvm.org/D56022 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits