[PATCH] D106191: [clang] Option control afn flag
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 6 14:53:17 PDT 2021
lebedev.ri added reviewers: aaron.ballman, erichkeane.
lebedev.ri added subscribers: erichkeane, aaron.ballman.
lebedev.ri added a comment.
Looks reasonable to me.
@aaron.ballman @erichkeane does it seem complete or are we missing some infra piece?
================
Comment at: clang/include/clang/Driver/Options.td:1733
+defm approx_func : BoolFOption<"approx-func", LangOpts<"ApproxFunc">, DefaultFalse,
+ PosFlag<SetTrue, [CC1Option], "", [menable_unsafe_fp_math.KeyPath]>, NegFlag<SetFalse>>;
defm finite_math_only : BoolFOption<"finite-math-only",
----------------
Missing description
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106191/new/
https://reviews.llvm.org/D106191
More information about the cfe-commits
mailing list