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

Davide Italiano dccitaliano at gmail.com
Wed Jun 24 10:40:05 PDT 2015


On Wed, Jun 24, 2015 at 9:16 AM, Kaelyn Takata <rikka at google.com> wrote:
> Yeah, I fixed it earlier yesterday while working through a few
> typo-correction-related bugs I'd been CC'ed on, without realizing it was the
> same issue Davide had been patching.
>
> On Wed, Jun 24, 2015 at 5:09 AM, Meador Inge <meadori at gmail.com> wrote:
>>
>> 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
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>

No problem at all. Glad this was fixed and my proposed fix wasn't wrong =)



More information about the cfe-commits mailing list