[cfe-commits] r108234 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ lib/AST/ lib/Rewrite/ lib/Sema/ test/CodeGen/ test/Sema/ test/SemaCXX/ test/SemaTemplate/

Chandler Carruth chandlerc at google.com
Tue Jul 13 01:28:18 PDT 2010


On Tue, Jul 13, 2010 at 1:18 AM, Douglas Gregor <dgregor at apple.com> wrote:

> +def warn_qual_return_type : Warning<
> +  "type qualifier on return type has no effect">;
>

There are so many 'qualifiers', I wonder if we should actually include the
qualifications in the message?

I'm thinking of "'const volatile' qualifiers on return type have no effect",
with appropriate substitution magic.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100713/f91b72f3/attachment.html>


More information about the cfe-commits mailing list