[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/

Douglas Gregor dgregor at apple.com
Tue Jul 13 01:51:14 PDT 2010


On Jul 13, 2010, at 1:28 AM, Chandler Carruth wrote:

> 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.

Sure, done in r108236.

	- Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100713/74b6c52d/attachment.html>


More information about the cfe-commits mailing list