]> granicus.if.org Git - clang/commit
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)
commitfb6b29821a2adbc2aa3ed4c117f7bcfa3ad3df35
treeeca01105cf9d8c98bb44d5d57ce3b90849e23d6f
parentda8b1fb5793efe22875bc5dba0985ea1d26ba8fb
Minor simplification: do typo-correction before handling inheriting
constructors, instead of having the typo-correction code also dispatch to the
inheriting constructor special case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233833 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp