[PATCH] D114130: [Clang] Add option to disable -mconstructor-aliases with -mno-constructor-aliases

Wenlei He via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 17 22:01:53 PST 2021


wenlei added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:5058-5061
+  CodeGenOpts<"CXXCtorDtorAliases">,
+  DefaultFalse,
+  PosFlag<SetTrue, [], "Enable">,
+  NegFlag<SetFalse, [], "Disable">,
----------------
nit: use two lines for consistency. check `sanitize_stats`, `sanitize_cfi_cross_dso` and others. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114130



More information about the cfe-commits mailing list