]> granicus.if.org Git - clang/commit
Fix tracking of merged definitions when the merge target is also merged
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 12 Sep 2018 02:13:46 +0000 (02:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 12 Sep 2018 02:13:46 +0000 (02:13 +0000)
commiteba34ceb258b289a8b01919e127ed508189b28d4
tree1fc644457508a64ab97c0d53b0f99067c8e95bdc
parent8b92e51e548fb7ded1f10dc929f8d10b11559e06
Fix tracking of merged definitions when the merge target is also merged
into something else.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342017 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
test/Modules/merge-template-pattern-visibility-2.cpp [new file with mode: 0644]