Ignore noreturn when checking function template specializations
authorReid Kleckner <reid@kleckner.net>
Tue, 10 Sep 2013 22:21:37 +0000 (22:21 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 10 Sep 2013 22:21:37 +0000 (22:21 +0000)
commite8bcd4c8e5a867c52bef3837731e44b88eba6a36
treeed1b4538fff83c054be50fd9bbc4e6615938136a
parent812d6bcbd13190e6e5c2c915bf1499038d56b44b
Ignore noreturn when checking function template specializations

As requested when applying the same logic to calling conventions.

Reviewers: rsmith

Differential Revision: http://llvm-reviews.chandlerc.com/D1634

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