[PATCH] D56022: [AST] Store the arguments of CXXConstructExpr in a trailing array

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 21 13:43:20 PST 2018


rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: include/clang/AST/ExprCXX.h:1613
+
+  TypeSourceInfo *TSI = nullptr;
+
----------------
riccibruno wrote:
> Changed the name from `Type` since `Type` was imho an unfortunate choice.
Agreed.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56022/new/

https://reviews.llvm.org/D56022





More information about the cfe-commits mailing list