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

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 22 06:43:12 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350003: [AST] Store the arguments of CXXConstructExpr in a trailing array (authored by brunoricci, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D56022?vs=179337&id=179424#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56022

Files:
  cfe/trunk/include/clang/AST/ExprCXX.h
  cfe/trunk/include/clang/AST/Stmt.h
  cfe/trunk/lib/AST/ASTImporter.cpp
  cfe/trunk/lib/AST/ExprCXX.cpp
  cfe/trunk/lib/Sema/SemaInit.cpp
  cfe/trunk/lib/Serialization/ASTReaderStmt.cpp
  cfe/trunk/lib/Serialization/ASTWriterStmt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56022.179424.patch
Type: text/x-patch
Size: 29143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181222/39fce5b2/attachment-0001.bin>


More information about the cfe-commits mailing list