Fix structural comparison of template template arguments to compare the
authorRichard Smith <richard@metafoo.co.uk>
Thu, 12 Nov 2020 03:05:32 +0000 (19:05 -0800)
committerRichard Smith <richard@metafoo.co.uk>
Thu, 12 Nov 2020 03:15:21 +0000 (19:15 -0800)
commit2d4035e493e3933e8819ee090a66fd6db3cbd8ef
tree36f9bec5b6f20a9ccaafbe2397cb43983a819c98
parent2abc33683b2b702c00c366d56c6285fda6d1e436
Fix structural comparison of template template arguments to compare the
right union member.

Should fix the armv8 buildbot.
clang/lib/AST/TemplateBase.cpp