]> granicus.if.org Git - clang/commit
Fix the type of a enum non-type template argument within the instantiation.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 27 May 2009 19:21:29 +0000 (19:21 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 27 May 2009 19:21:29 +0000 (19:21 +0000)
commit599fe7ccc0cbfe761b54039fcc2a7c62d7f84934
tree0404cec178bf18b5d92bd6b4b7603f33ea2a792e
parented961e7fffc268eeace169869f5a059bcbd5fcbd
Fix the type of a enum non-type template argument within the instantiation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72489 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/enum-argument.cpp [new file with mode: 0644]