]> granicus.if.org Git - clang/commit
Parentheses around address non-type template argument is demoted to an extension...
authorAbramo Bagnara <abramo.bagnara@gmail.com>
Mon, 13 Sep 2010 06:06:58 +0000 (06:06 +0000)
committerAbramo Bagnara <abramo.bagnara@gmail.com>
Mon, 13 Sep 2010 06:06:58 +0000 (06:06 +0000)
commit2c5399f99c95b831fa90fd3a3c1d9719c1dd9441
treeccd0501c062a073d1ebe105ac5eb1a0edeb1ac64
parent78c057e5a16b3ba186cc6453ca26b15745f2b79d
Parentheses around address non-type template argument is demoted to an extension warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113739 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplate.cpp
test/CXX/temp/temp.arg/temp.arg.nontype/p5.cpp
test/SemaTemplate/temp_arg_nontype.cpp