]> granicus.if.org Git - clang/commit
In C++11, promote access declaration diagnostic from warning to error. There
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Jun 2013 02:12:17 +0000 (02:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Jun 2013 02:12:17 +0000 (02:12 +0000)
commit1b2209fd149436c98e73d4b8667b40b5f4b974cd
tree6acdd3d7e1ebc5f1d6c0835676d753796869cea4
parent79f4bb7aad1b7c53f8a3bc43d89de0efdef8286d
In C++11, promote access declaration diagnostic from warning to error. There
doesn't seem to be any value in even adding a -W flag for this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183882 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/deprecated.cpp