Minor simplification: do typo-correction before handling inheriting
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 1 Apr 2015 19:31:06 +0000 (19:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 1 Apr 2015 19:31:06 +0000 (19:31 +0000)
commit78163e23567d0501fd49e11866def986cd106e8a
tree675d5091e3451961013e4cccabd49bfd773c6f86
parent3a16a36bb6e05c04a0550d1e01e72e99599fcbc2
Minor simplification: do typo-correction before handling inheriting
constructors, instead of having the typo-correction code also dispatch to the
inheriting constructor special case.

llvm-svn: 233833
clang/lib/Sema/SemaDeclCXX.cpp