[PATCH] D133468: [clang] Implement divergence for TypedefType and UsingType
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 19 07:15:15 PDT 2022
erichkeane added a comment.
Thanks for the explanation, I think that makes more sense to me. A summarized version in the commit message would be appreciated.
As far as the 'asserts', i see them now in the `ASTContext` functions.
as far as `Divergent`, I wonder if we should call it something more descriptive, since it isn't just that it 'differs', it is that it is a non-canonical version, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133468/new/
https://reviews.llvm.org/D133468
More information about the cfe-commits
mailing list