]> granicus.if.org Git - clang/commit
Suggest typo corrections for implicit function declarations.
authorHans Wennborg <hans@hanshq.net>
Tue, 6 Dec 2011 09:46:12 +0000 (09:46 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 6 Dec 2011 09:46:12 +0000 (09:46 +0000)
commit122de3e131a6902d22c97471520ec9005cca6f03
treee7a6ee7ebd0d081839ec5a5d20dfb1dce33217af
parentd64251fd56577dd5c78903454632361e094c6dc1
Suggest typo corrections for implicit function declarations.

A mistyped function call becomes an inmplicit function declaration in C.
Suggest typo correction when one can be found.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145930 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/Misc/warning-flags.c
test/Sema/builtins.c
test/Sema/c89.c
test/Sema/implicit-decl.c