[PATCH] D154324: [C++20] [Modules] [ODRHash] Use CanonicalType for base classes
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 23:56:35 PDT 2023
ChuanqiXu marked 10 inline comments as done.
ChuanqiXu added a comment.
@rsmith I try to apply your suggestion in https://reviews.llvm.org/D156210 and I met some regression issues. I feel the only solution is to `get a new kind of hashing to capture only the value of the typedef`. How do you think about this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154324/new/
https://reviews.llvm.org/D154324
More information about the cfe-commits
mailing list