Revert r193073 and the attempt to fix it in r193170.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 22 Oct 2013 18:07:04 +0000 (18:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 22 Oct 2013 18:07:04 +0000 (18:07 +0000)
commitb3b8ea800782583b47d0e11789a2a7a34b35213b
tree2f13720897ddaa079b8a011d70f780094f3c3052
parent23c5a3fbecee2d64689fdc4e560d5bd797554c60
Revert r193073 and the attempt to fix it in r193170.

This patch wasn't reviewed, and isn't correctly preserving the behaviors
relied upon by QT. I don't have a direct example of fallout, but it
should go through the standard code review process. For example, it
should never have removed the QT test case that was added when fixing
those users.

llvm-svn: 193174
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/Scope.h
clang/lib/Parse/ParseStmt.cpp
clang/lib/Parse/Parser.cpp
clang/lib/Sema/Scope.cpp
clang/test/Analysis/dead-stores.c
clang/test/Parser/bad-control.c
clang/test/Sema/statements.c