]> granicus.if.org Git - clang/commit
[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)
commit16a9e5d053f1b7c12a192283eda4b601011dff56
tree81914e3b857b28a4d6dac6791945342364214a27
parentf35770b93323fd56b5f8e83116492ff4dc1e5126
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364889 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTStructuralEquivalence.cpp
unittests/AST/StructuralEquivalenceTest.cpp