]> granicus.if.org Git - clang/commit
Add -Wc++11-compat warning for an inline specifier on an explicit instantiation.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2011 03:44:03 +0000 (03:44 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2011 03:44:03 +0000 (03:44 +0000)
commit2dc7ece8a83f371cb86c2f93282cb3c8e2d010ec
tree1eb886b7aff7460a6c35de454400bd5fb81f65d5
parent4e8ea0b2e163aa9681e2f14ad75ab4990a69d39b
Add -Wc++11-compat warning for an inline specifier on an explicit instantiation.

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