]> granicus.if.org Git - clang/commit
Slightly improve cross-module merging for function templates.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Jun 2013 04:45:28 +0000 (04:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Jun 2013 04:45:28 +0000 (04:45 +0000)
commitacd954bd8f28383e7538c4d0fd989763744f5e99
tree333e479230dd5c81e2b58323d022e7b664f16398
parentc5b0054693b3b3cafe6a13549358c22e07fcd4ff
Slightly improve cross-module merging for function templates.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184689 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderDecl.cpp
test/Modules/Inputs/cxx-templates-a.h [new file with mode: 0644]
test/Modules/Inputs/cxx-templates-b.h [new file with mode: 0644]
test/Modules/Inputs/module.map
test/Modules/cxx-templates.cpp [new file with mode: 0644]