]> granicus.if.org Git - clang/commit
Semantic checking for template arguments that correspond to non-type
authorDouglas Gregor <dgregor@apple.com>
Wed, 11 Feb 2009 00:44:29 +0000 (00:44 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 11 Feb 2009 00:44:29 +0000 (00:44 +0000)
commitf684e6e793a336f52138a2609b207e6eef3c3022
treeca33ef2b3558012463767b1549393c38b063ac5c
parente6c4f65bd4f36b32c0f81662b232523fd6a732a3
Semantic checking for template arguments that correspond to non-type
template parameters that have reference type. Effectively, we're doing
a very limited form of reference binding here.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64270 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/temp_arg_nontype.cpp