[PATCH] D141929: Add support for clang-cl's option /fexcess-precision.

Michael D Toguchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 18 06:47:18 PST 2023


mdtoguchi added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:6654
+def _SLASH_fexcess_precision_EQ : CLJoined<"fexcess-precision=">,
+  Alias<fexcess_precision_EQ>;
+
----------------
To expose to clang-cl, can we just make the original option a `CoreOption` instead of adding an alias of the same name here?


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

https://reviews.llvm.org/D141929



More information about the cfe-commits mailing list