]> granicus.if.org Git - clang/commit
Ignore -Wunsupported-dll-base-class-template by default
authorHans Wennborg <hans@hanshq.net>
Fri, 22 Aug 2014 20:33:18 +0000 (20:33 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 22 Aug 2014 20:33:18 +0000 (20:33 +0000)
commit9375a83a5d4a3fef4418c3f4ba46bbc05dd3db52
tree9c192a5945d4e7ea588b70e1540fda4b86fb92f8
parent7d38fcd81fa1bb68f7296b9cee6a9c4dcc383450
Ignore -Wunsupported-dll-base-class-template by default

The situation it is warning about (see PR20725) is not very likely
to be a real problem, and it is unclear what action the user should take
if the warning does fire.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216283 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
test/SemaCXX/dllexport.cpp
test/SemaCXX/dllimport.cpp