[PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.

Chad Rosier via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 26 10:57:52 PST 2016


mcrosier added a subscriber: mcrosier.

================
Comment at: cfe/trunk/include/clang/Driver/CC1Options.td:681
@@ -680,1 +680,3 @@
   HelpText<"Enable function overloads based on CUDA target attributes.">;
+def fcuda_allow_variadic_functions : Flag<["-"], "fcuda-allow-variadic-functions">,
+  HelpText<"Allow variadic functions in CUDA device code.">;
----------------
AFAICT, these are customer facing flags, correct?  If so, shouldn't these options be hidden from the help (via the HelpHidden flag AFAICT)?


Repository:
  rL LLVM

http://reviews.llvm.org/D16559





More information about the cfe-commits mailing list