[ASTImporter] Structural eq: handle DependentScopeDeclRefExpr
authorGabor Marton <gabor.marton@ericsson.com>
Tue, 2 Jul 2019 07:36:39 +0000 (07:36 +0000)
committerGabor Marton <gabor.marton@ericsson.com>
Tue, 2 Jul 2019 07:36:39 +0000 (07:36 +0000)
commit4f883f1c39f99bda828a67fc3a18d5fd52a43998
treea12e9cd8806e03a7f3c9e43a70b5bde94f8ddc1f
parent000ef2c2ae0752ae97a99db8dabada7ca2f480f3
[ASTImporter] Structural eq: handle DependentScopeDeclRefExpr

Summary:
Structural equivalence did not handle dependent template args properly
when the arg contained a DependentScopeDeclRefExpr.

Reviewers: a_sidorin, a.sidorin

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

Tags: #clang

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

llvm-svn: 364889
clang/lib/AST/ASTStructuralEquivalence.cpp
clang/unittests/AST/StructuralEquivalenceTest.cpp