[PATCH] D146465: [clang] Fix 2 bugs with parenthesized aggregate initialization
Alan Zhao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 28 15:38:48 PDT 2023
ayzhao updated this revision to Diff 509158.
ayzhao added a comment.
use ParenListExpr and fix getSubExprAsWritten(...)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146465/new/
https://reviews.llvm.org/D146465
Files:
clang/lib/AST/Expr.cpp
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/TreeTransform.h
clang/test/CodeGen/paren-list-agg-init.cpp
clang/test/SemaCXX/paren-list-agg-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146465.509158.patch
Type: text/x-patch
Size: 7961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230328/c2accb96/attachment.bin>
More information about the cfe-commits
mailing list