]> granicus.if.org Git - clang/commit
-Wmissing-prototypes shouldn't complain about main() missing a prototype.
authorDouglas Gregor <dgregor@apple.com>
Wed, 8 Apr 2009 15:21:36 +0000 (15:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 8 Apr 2009 15:21:36 +0000 (15:21 +0000)
commit2c2d9dc382a561553a05bf0e96ab67e403beff09
treef41a00419aa91d6b61a2731be6b483c908b37353
parentedfa02b85b186e9ea9e0c841539a77ed32ee9148
-Wmissing-prototypes shouldn't complain about main() missing a prototype.

Fixes <rdar://problem/6759522>

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