Ensure that any TypoExprs in the arguments to bultins with custom type
authorKaelyn Takata <rikka@google.com>
Tue, 25 Nov 2014 23:04:09 +0000 (23:04 +0000)
committerKaelyn Takata <rikka@google.com>
Tue, 25 Nov 2014 23:04:09 +0000 (23:04 +0000)
commit443d61d62a36d2bca03ea98db5a0e811638d46b5
tree476e9468cff11f92f198ee1848c0158b287fdf9b
parent371417db347317ffff9c9469b5ed85a6b3e98382
Ensure that any TypoExprs in the arguments to bultins with custom type
checking are handled before the custom type checking is performed.

Fixes PR21669.

llvm-svn: 222797
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/typo-correction-delayed.cpp