[PATCH] D52839: Inform AST's UnaryOperator of FENV_ACCESS

Kevin P. Neal via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 11 12:02:22 PDT 2018


kpn updated this revision to Diff 169266.
kpn added a comment.

Address review comments.

Add a test case. The test depends on https://reviews.llvm.org/D53157, but it reads easily enough. Richard, does this work for you?


https://reviews.llvm.org/D52839

Files:
  include/clang/AST/Expr.h
  lib/AST/ASTImporter.cpp
  lib/Analysis/BodyFarm.cpp
  lib/CodeGen/CGExprScalar.cpp
  lib/CodeGen/CGObjC.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/Frontend/Rewrite/RewriteModernObjC.cpp
  lib/Frontend/Rewrite/RewriteObjC.cpp
  lib/Sema/SemaDeclCXX.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprObjC.cpp
  lib/Sema/SemaOverload.cpp
  lib/Sema/SemaPseudoObject.cpp
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterStmt.cpp
  test/CodeGen/unary-con-fadd.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52839.169266.patch
Type: text/x-patch
Size: 25564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181011/98bb2ac1/attachment-0001.bin>


More information about the cfe-commits mailing list