]> granicus.if.org Git - clang/commit
Finished semantic analysis of non-type template arguments, to check
authorDouglas Gregor <dgregor@apple.com>
Wed, 11 Feb 2009 19:52:55 +0000 (19:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 11 Feb 2009 19:52:55 +0000 (19:52 +0000)
commitcc45cb3630b42c5245e26593e385097c220bc859
tree0a0096d47c4a1c5d147c73be6720ffa848cd138d
parent5fa77e9662e0cade8b4f491588c14c70c48e0987
Finished semantic analysis of non-type template arguments, to check
for non-external names whose address becomes the template
argument. This completes C++ [temp.arg.nontype]p1.

Note that our interpretation of C++ [temp.arg.nontype]p1b3 differs
from EDG's interpretation (we're stricter, and GCC agrees with
us). They're opening a core issue about the matter.

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