| commit | e4caa48dbb744fb809db1f6f09de2ed9576efcea | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Aug 31 23:23:25 2016 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Aug 31 23:23:25 2016 +0000 |
| tree | 505582594879dcd41b23047a8bfffcff116dbd15 | |
| parent | 77807637ffb0fffd6f215187258b0e12c6b6a620 [diff] |
DR259: Demote the pedantic error for an explicit instantiation after an explicit specialization to a warning for C++98 mode (this is a defect report resolution, so per our informal policy it should apply in C++98), and turn the warning on by default for C++11 and later. In all cases where it fires, the right thing to do is to remove the pointless explicit instantiation. llvm-svn: 280308