]> granicus.if.org Git - clang/commit
improve and simplify error recovery for calls, fix a crash when diagnosing
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2007 05:18:12 +0000 (05:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2007 05:18:12 +0000 (05:18 +0000)
commit2ff5426cd83ae02378efacdfeb70d6785eb09a30
tree147b25b12803962b13650874be11a96a4253b60e
parenteddbe03075e86c042bed71cdf81a63e7fcda11dd
improve and simplify error recovery for calls, fix a crash when diagnosing
invalid arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40161 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseExpr.cpp
Sema/SemaType.cpp