]> granicus.if.org Git - clang/commit
When typo-correcting a function name, consider correcting to a type name
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 9 May 2019 00:57:24 +0000 (00:57 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 9 May 2019 00:57:24 +0000 (00:57 +0000)
commit70cd574857c6023b8c60e325c4029a23f716c2dd
tree2db44e7047a000dbb2597741851c7f87bacd125a
parent94dcb0947c393ff77f6da09970c197fb651631c0
When typo-correcting a function name, consider correcting to a type name
for a function-style cast.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360302 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
lib/Sema/SemaLookup.cpp
test/CXX/class/class.mem/p1.cpp
test/FixIt/fixit-unrecoverable.cpp
test/SemaCXX/typo-correction.cpp