K 10 svn:author V 2 ed K 8 svn:date V 27 2012-10-25T10:13:58.579217Z K 7 svn:log V 241 Pull in r166498 from upstream clang trunk: 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. END