]> granicus.if.org Git - clang/commit
Support elaborated dependent types and diagnose tag mismatches.
authorJohn McCall <rjmccall@apple.com>
Fri, 11 Sep 2009 04:59:25 +0000 (04:59 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 11 Sep 2009 04:59:25 +0000 (04:59 +0000)
commitc4e7019d5c9034a2d84ee4695f8e98dc025ac131
treeda8b19b3e6e6f62ddc50db7209b8dd0421fd15a8
parent66847a2826c97b8e09aec304a0a7b4fe1dc35969
Support elaborated dependent types and diagnose tag mismatches.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81504 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiate.cpp
test/CXX/basic/basic.lookup/basic.lookup.elab/templateid.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/p3.cpp [new file with mode: 0644]