[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
Thu Feb 14 16:29:55 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC354090: PR40642: Fix determination of whether the final statement of a statement (authored by rsmith, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57984?vs=186731&id=186945#toc
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.186945.patch
Type: text/x-patch
Size: 53343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190215/75a495ef/attachment-0001.bin>
More information about the cfe-commits
mailing list