[ASTImporter] Add test RedeclChainShouldBeCorrectAmongstNamespaces
authorGabor Marton <martongabesz@gmail.com>
Mon, 11 Feb 2019 10:27:58 +0000 (10:27 +0000)
committerGabor Marton <martongabesz@gmail.com>
Mon, 11 Feb 2019 10:27:58 +0000 (10:27 +0000)
commit0e04ebdcda44ef90e25abd0a2e65cc755ae8bc37
tree5d71f228cbde13802d8266d7bd723d1fc28731d4
parent6bcf6358eb29c33cd0a4e7065a5b0395c053c56f
[ASTImporter] Add test RedeclChainShouldBeCorrectAmongstNamespaces

Summary:
We add a new test to show that redecl chains are not handled properly
amongst namespaces. We cannot pass this test now, so this is disabled.
Subsequent patches will make this test pass.

Reviewers: a_sidorin, shafik, a.sidorin

Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D57901

llvm-svn: 353684
clang/unittests/AST/ASTImporterTest.cpp