[cfe-commits] [PATCH] PR#9276: check auto deduction is consistent for dependent autos

Richard Smith richard at metafoo.co.uk
Tue Feb 22 16:33:29 PST 2011


Hi,

PR9276 points out that we were missing the checks for auto deducing to
different types in the same declaration group in the template
instantiation case. The attached patch fixes this.

Since this is the last outstanding issue on auto, I'd like to update the
www to indicate it's supported. Changes for that are included (to be
checked in as a separate revision).

I'd also like to update this page:

  http://clang.llvm.org/docs/LanguageExtensions.html#cxx_auto_type

... but I don't know where that lives.

Thanks,
Richard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-auto-diff-dependent.diff
Type: text/x-patch
Size: 6131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110223/1faae47d/attachment.bin>


More information about the cfe-commits mailing list