Lambo-IITian wrote: This change makes the comparison check both the template name and qualifiers, so differently qualified types are no longer treated as the same.
That doesn’t change the semantic AST, but it can shift which internal node gets associated with a source location. Since the JSON tests check exact byte offsets, this shows up as small `"offset"` differences. So the failures are just due to updated location metadata. I’ll update the test expectations and rerun the suite to make sure everything passes. https://github.com/llvm/llvm-project/pull/180175 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
