[PATCH] D38479: Make -mgeneral-regs-only more like GCC's

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 11:29:12 PDT 2019


void added inline comments.


================
Comment at: clang/include/clang/Basic/LangOptions.def:143
 LANGOPT(RelaxedTemplateTemplateArgs, 1, 0, "C++17 relaxed matching of template template arguments")
+LANGOPT(GeneralOpsOnly    , 1, 0, "Whether to diagnose the use of floating-point or vector operations")
 
----------------
Everywhere else you use "general regs only" instead of "ops". Should that be done here?


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

https://reviews.llvm.org/D38479





More information about the cfe-commits mailing list