]> granicus.if.org Git - clang/commit
Make typo-correction of inheriting constructors work a bit better. Limit
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 May 2014 00:35:04 +0000 (00:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 May 2014 00:35:04 +0000 (00:35 +0000)
commitfc666be85c1653c29ba0c4a4799c8d6bdc9fe456
treec7eea2c043c1a08da23b00c27cf0ff5e64a5924e
parent89a92d3570559455ad76df4a77f29c6b3046d11e
Make typo-correction of inheriting constructors work a bit better. Limit
correction to direct base class members, and recover properly after we apply
such a correction.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207731 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/cxx11-inheriting-ctors.cpp
test/SemaCXX/using-decl-1.cpp