Remove a bogus assertion.
authorRichard Smith <richard@metafoo.co.uk>
Fri, 13 Jan 2023 01:21:45 +0000 (17:21 -0800)
committerRichard Smith <richard@metafoo.co.uk>
Fri, 13 Jan 2023 01:57:14 +0000 (17:57 -0800)
commit2009f2450532450a99c1a03d5e2c30f478121839
tree2e78cab109019a59e45e00c708a0a59a67af5e91
parentaa0883b59ae17e5465906dad51b5561b5292a28d
Remove a bogus assertion.

The result of recomputing the type of an LValue may be different from
the type we find serialized with that LValue, either due to differing
type sugar in a redeclaration, or more significantly due to a later
declaration of a variable having an array bound that a prior declaration
did not have. Therefore this assertion was attempting to verify a
property that isn't necessarily true.
clang/include/clang/AST/PropertiesBase.td