]> granicus.if.org Git - clang/commit
[C++1z] Implement N4051: 'typename' is permitted instead of 'class' when declaring...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 16 Jun 2014 15:51:22 +0000 (15:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 16 Jun 2014 15:51:22 +0000 (15:51 +0000)
commit7b1170da73469d29c9be0584260764fe4f520872
tree53b67e2635ec32ac0e4e9c285b59ec33419cd7c2
parentfa842c73800d05dc44749c9aca9cbab5f8e2cbec
[C++1z] Implement N4051: 'typename' is permitted instead of 'class' when declaring a template template parameter.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211031 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseTemplate.cpp
test/FixIt/fixit.cpp
test/Parser/cxx-template-decl.cpp