diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-06-09 00:38:56 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-06-09 00:38:56 +0000 |
commit | 29b7a939350ed4fb577545c56d54e23b06bce6d9 (patch) | |
tree | 3e35fc9fb5d07dbce79e4acefb08c76d61263a4f /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 87bb56984427bdc6cb9c951f06deceb5f8e3f795 (diff) | |
download | llvm-29b7a939350ed4fb577545c56d54e23b06bce6d9.zip llvm-29b7a939350ed4fb577545c56d54e23b06bce6d9.tar.gz llvm-29b7a939350ed4fb577545c56d54e23b06bce6d9.tar.bz2 |
Narrow the -Wunsupported-dll-base-class-template warning.
Don't warn about not being able to propagate dll attribute to a base class template
when that base already has a different attribute.
MSVC doesn't actually try to do this; the first attribute that was propagated
takes precedence, so Clang is already doing the right thing and there's no
need to warn.
(This is a step towards fixing PR21718.)
llvm-svn: 239372
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions