]> granicus.if.org Git - clang/commit
Add test coverage for array to pointer decay in non-type template parameters.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 27 Feb 2013 22:10:37 +0000 (22:10 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 27 Feb 2013 22:10:37 +0000 (22:10 +0000)
commit98b879af5bfb50123a668dc1de6dd86feb9991c5
tree0be81bd2beba5d474247d42942612223ade1eade
parentc661e1248079f6f87ac47a45f034067580ab2f1c
Add test coverage for array to pointer decay in non-type template parameters.

Functionality committed in r172585 but tested the function case without the
array case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176215 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaTemplate/temp_arg_nontype.cpp