Add -Wreorder to the list of C++ warnings.
authorEric Christopher <echristo@gmail.com>
Tue, 14 May 2013 21:49:38 +0000 (21:49 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 14 May 2013 21:49:38 +0000 (21:49 +0000)
commitf8f7086b1b26ec160f682063129ed16d76203574
treeb853e075d452d714d795b026e873387d0557ce5f
parent4d7f2ce93860bb587412c0d5bb572e7bdf7eaa96
Add -Wreorder to the list of C++ warnings.

This built clean with clang, but if we see false positives on the bots
then we'll revert and turn it into a compiler specific check.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181836 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules