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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to