]> granicus.if.org Git - clang/commit
Make the check for the linkage of a template handle the case of nested
authorEli Friedman <eli.friedman@gmail.com>
Fri, 31 Jul 2009 01:43:05 +0000 (01:43 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 31 Jul 2009 01:43:05 +0000 (01:43 +0000)
commit1503f777d94fc05a89c7305651d4b0221c63f586
tree7a88982403616523cecfe937e939dbad7471dfe3
parent3503d041ca8a3535a1c1a30005a6b18ae7aed5db
Make the check for the linkage of a template handle the case of nested
linkage specifications correctly.

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