[cfe-commits] r130836 - in /cfe/trunk: include/clang/AST/DeclCXX.h include/clang/Basic/DiagnosticSemaKinds.td include/clang/Basic/LangOptions.h include/clang/Driver/CC1Options.td include/clang/Sema/Sema.h lib/Frontend/CompilerInvocation.cpp lib/S

Chandler Carruth chandlerc at google.com
Tue May 3 23:13:53 PDT 2011


On Tue, May 3, 2011 at 10:57 PM, Sean Hunt <scshunt at csclub.uwaterloo.ca>wrote:

> +def fno_check_delegating_ctor_cycles :
> Flag<"-fno-check-delegating-ctor-cycles">,
> +  HelpText<"Turns off delegating constructor cycle detection">;
>

It'd be good to expose this in the driver proper in addition to CC1.

Also, I always like to have both positive and negative forms at both layers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110503/152b61e8/attachment.html>


More information about the cfe-commits mailing list