]> granicus.if.org Git - clang/commit
When warning about a missing prototype because a function declaration is missing...
authorAnders Carlsson <andersca@mac.com>
Tue, 18 Dec 2012 01:29:20 +0000 (01:29 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 18 Dec 2012 01:29:20 +0000 (01:29 +0000)
commit8a0086cfd21e5a89f96715d7a504178c5fc0ca26
treed6fb77b043c9b01f6f3a5cbb32fc9ea5a0d9ef95
parentadff43ad96defb28bad20d8335ab30beadd72ee8
When warning about a missing prototype because a function declaration is missing 'void', insert a fixit to add the void.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170399 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/Sema/warn-missing-prototypes.c