]> granicus.if.org Git - clang/commit
[modules] Handle defining a class template on top of an existing imported-but-not...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Mar 2015 00:41:57 +0000 (00:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Mar 2015 00:41:57 +0000 (00:41 +0000)
commit4babb8dca1481c027c38ceaed8bf6c7c52ae509a
treee801b67312f6400becce2950452b81bbe96360eb
parent36ef61c991c956473b6fbe8b81b6c88ff6b96206
[modules] Handle defining a class template on top of an existing imported-but-not-visible definition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233341 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Lookup.h
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaTemplate.cpp
test/Modules/Inputs/submodules-merge-defs/defs.h
test/Modules/submodules-merge-defs.cpp