[PATCH] D54565: Introduce `-Wctad` as a subgroup of `-Wc++14-compat`
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 21 11:43:41 PST 2018
thakis added a comment.
In D54565#1331293 <https://reviews.llvm.org/D54565#1331293>, @Quuxplusone wrote:
> @rsmith ping!
>
> @thakis: You said, //"From a user point of view, I have no idea what "CTAD" means, and I sometimes work on a C++ compiler."// Did you mean "I think the command-line option should be named something more verbose than `-W[c++14-compat-]ctad`"? Or "I don't know what CTAD is and I would indeed like a diagnostic if I use it accidentally"? Or something else?
The former. Since I don't know what it means, I don't know if I want a diagnostic for it :-)
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54565/new/
https://reviews.llvm.org/D54565
More information about the cfe-commits
mailing list