]> granicus.if.org Git - clang/commit
When we typo-correct a base class initializer, point to the base class
authorDouglas Gregor <dgregor@apple.com>
Thu, 7 Jan 2010 00:26:25 +0000 (00:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 7 Jan 2010 00:26:25 +0000 (00:26 +0000)
commit0d535c89c5d02017153fb971e1ef080cd80cb4b8
tree4d309618cb2054725cca40bd8e2bc3d5746ccec1
parent67dd1d4df1b28973e12e0981129b2517d2033b66
When we typo-correct a base class initializer, point to the base class
specifier that we corrected to.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92878 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/FixIt/typo.cpp