]> granicus.if.org Git - clang/commit
Downgrade the warning about the use of typedefs for class template
authorDouglas Gregor <dgregor@apple.com>
Tue, 7 Jun 2011 02:21:18 +0000 (02:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 7 Jun 2011 02:21:18 +0000 (02:21 +0000)
commit5b01b8319012c6b568de6dfff935c1b16184952f
tree1258834549f8e9fd233a94648952931ff12088eb
parent305435867ccb14db1c3937a7f91945c42739b980
Downgrade the warning about the use of typedefs for class template
specializations within an explicit instantiation to default to off
(enabled by -pedantic). Nobody else seem to implement C++
[temp.explicit]p3. Fixes PR10093.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132704 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
test/CXX/temp/temp.spec/temp.explicit/p2.cpp