[cfe-commits] [Patch] Suggest typo corrections for implicit function decls
Hans Wennborg
hans at chromium.org
Sat Nov 26 11:29:33 PST 2011
Hi all,
I noticed that C programmers don't get to enjoy all of Clang's typo
corrections: a mistyped function call becomes an implicit function
declaration (with a warning). The attached patch adds typo correction
to the already existing warnings.
Please take a look and let me know if it's okay for me to land this.
Thanks,
Hans
-------------- next part --------------
A non-text attachment was scrubbed...
Name: implicit-decl-typo-correction.diff
Type: text/x-patch
Size: 6292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111126/cb33f88a/attachment.bin>
More information about the cfe-commits
mailing list