[PATCH] D85960: [AST][FPEnv] Keep FP options in trailing storage of CastExpr

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 7 11:41:53 PDT 2020


rjmccall added a comment.

Minor request, but otherwise LGTM.



================
Comment at: clang/lib/Analysis/BodyFarm.cpp:188
+                                  const_cast<Expr *>(Arg), nullptr, VK_RValue,
+                                  FPOptionsOverride());
 }
----------------
Can these call sites just be changed to use `makeImplicitCast`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85960



More information about the cfe-commits mailing list