]> granicus.if.org Git - clang/commit
[modules] Merging for class-scope using-declarations.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Oct 2014 02:00:47 +0000 (02:00 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Oct 2014 02:00:47 +0000 (02:00 +0000)
commitf0afe9307f6768a9bbc68b84ed2a39d162a0d1e9
tree690381d3683e8f4820c908796ef4da8e8f38ad25
parentbd272ece3ffe5fbe65596643aa2d7d6adf6f98d5
[modules] Merging for class-scope using-declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219657 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Serialization/ASTReaderDecl.cpp
test/Modules/Inputs/merge-using-decls/a.h [new file with mode: 0644]
test/Modules/Inputs/merge-using-decls/b.h [new file with mode: 0644]
test/Modules/Inputs/merge-using-decls/module.modulemap [new file with mode: 0644]
test/Modules/merge-using-decls.cpp [new file with mode: 0644]