[cfe-commits] [PATCH] PR#9276: check auto deduction is consistent for dependent autos
Douglas Gregor
dgregor at apple.com
Tue Feb 22 16:36:33 PST 2011
On Feb 22, 2011, at 4:33 PM, Richard Smith wrote:
> 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.
Looks good to me!
> 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).
Great!
> 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.
it's in the 'docs' subdirectory of the clang repository.
- Doug
More information about the cfe-commits
mailing list