]> granicus.if.org Git - clang/commit
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)
commita7f937283f70818d69b0d4b1678c28a4a6f3c4cd
tree361c312c25ec2f1dd0ec4581dd411b27016a3508
parent68d4a96ad779831d62f6226724d3005ea560c1df
Ensure that any TypoExprs in the arguments to bultins with custom type
checking are handled before the custom type checking is performed.

Fixes PR21669.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222797 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/typo-correction-delayed.cpp