[PATCH] [Sema] Handle TypoExpr for function calls correctly

Meador Inge meadori at gmail.com
Wed Jun 24 05:09:12 PDT 2015


On Tue, Jun 23, 2015 at 10:00 PM, Davide Italiano <dccitaliano at gmail.com> wrote:

> davide at rabbit1:/exps/llvm2/build/bin % ./clang foo.c -o foo
> foo.c:7:8: error: use of undeclared identifier 'a'
>   fabs(a);
>        ^
> 1 error generated.

Looks like it was fixed in r240443:

* http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150622/131553.html

The fix is pretty much identical to yours.

-- 
# Meador



More information about the cfe-commits mailing list