Skip to content
Snippets Groups Projects
Commit e4851f26 authored by Eli Friedman's avatar Eli Friedman
Browse files

Add a new warning -Wmissing-variable-declarations, to warn about variables

defined without a previous declaration.  This is similar to
-Wmissing-prototypes, but for variables instead of functions.

Patch by Ed Schouten.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166498 91177308-0d34-0410-b5e6-96231b3b80d8
parent 4cdad315
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment