[PATCH] D57984: PR40642: Fix determination of whether the final statement of a statementexpression is a discarded-value expression.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 13 13:43:26 PST 2019
rsmith updated this revision to Diff 186731.
rsmith marked 7 inline comments as done.
rsmith added a comment.
Address review comments.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57984/new/
https://reviews.llvm.org/D57984
Files:
include/clang/AST/Expr.h
include/clang/AST/Stmt.h
include/clang/Basic/StmtNodes.td
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/AST/Stmt.cpp
lib/CodeGen/CGStmt.cpp
lib/Parse/ParseObjc.cpp
lib/Parse/ParseOpenMP.cpp
lib/Parse/ParseStmt.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/TreeTransform.h
test/CodeGenCXX/stmtexpr.cpp
test/CodeGenCXX/volatile.cpp
test/OpenMP/barrier_messages.cpp
test/OpenMP/cancel_messages.cpp
test/OpenMP/cancellation_point_messages.cpp
test/OpenMP/flush_messages.cpp
test/OpenMP/taskwait_messages.cpp
test/OpenMP/taskyield_messages.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57984.186731.patch
Type: text/x-patch
Size: 53343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190213/4e0815a9/attachment-0001.bin>
More information about the cfe-commits
mailing list