PR15360: nullptr as a non-type template argument to a function type non-type template...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 27 Feb 2013 22:10:40 +0000 (22:10 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 27 Feb 2013 22:10:40 +0000 (22:10 +0000)
commitdc601e3a099a6755cc91dd7ddc2061515120821d
treec9503e2f93d3a092749cb9e7b692917ea3ba2129
parenta985542ae014e0b44fc1944337770699220ae06c
PR15360: nullptr as a non-type template argument to a function type non-type template parameter

llvm-svn: 176216
clang/lib/Sema/SemaTemplate.cpp
clang/test/SemaTemplate/temp_arg_nontype_cxx11.cpp [new file with mode: 0644]