[cfe-commits] [commit-on-approval] Semantic checking for main()

John McCall rjmccall at apple.com
Fri Jul 24 17:38:44 PDT 2009


This ended up taking a little longer than expected because of places 
that exceed the spec.

Most of my diagnostics end up pointing to the 'main' symbol itself, 
rather than to types, because we don't seem to propagate source 
locations for types very reliably.  I also wanted to implement more 
fixits, but again, no source range information (and that's hard for C 
types anyway).

John.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.txt
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090724/71d94ab2/attachment.txt>


More information about the cfe-commits mailing list