================ Comment at: lib/Sema/SemaDecl.cpp:7242 @@ -7241,2 +7241,3 @@ - if (!prev) + if (!prev && getDiagnostics().getDiagnosticLevel( + diag::warn_missing_variable_declarations, ---------------- I'm just wondering if we couldn't make this check on all diagnostics. http://llvm-reviews.chandlerc.com/D197