[Sema] Avoid an invalid redefinition error that was presented for
authorAlex Lorenz <arphaman@gmail.com>
Fri, 28 Apr 2017 12:30:05 +0000 (12:30 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 28 Apr 2017 12:30:05 +0000 (12:30 +0000)
commitbaa9030de29c31b34559f64817b77f4df0e40d8b
tree90a9047dede4b909ba9f979bae0b02c45a2a52ec
parent8070bf0a548d80e3d6a21a15c6149e69d70ae317
[Sema] Avoid an invalid redefinition error that was presented for
of a function whose previous definition was typo-corrected

rdar://28550928

Differential Revision: https://reviews.llvm.org/D25113

llvm-svn: 301643
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaDecl.cpp
clang/test/SemaCXX/typo-correction.cpp