]> granicus.if.org Git - clang/commit
Fix PR9276: We were missing the checks for auto deducing to different types in the...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Feb 2011 00:37:57 +0000 (00:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Feb 2011 00:37:57 +0000 (00:37 +0000)
commit406c38e8c1f105acfd438f94dfbc17af817aa4a5
tree96200e12239f22e4b50aaa772ce4df333c6dbb2d
parent74eed0ea03598cc5ef58b72fd5ed929631a11631
Fix PR9276: We were missing the checks for auto deducing to different types in the same declaration group in the template instantiation case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126279 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/TreeTransform.h
test/SemaCXX/dependent-auto.cpp