[PATCH] D115792: [Modules] Incorrect ODR detection for unresolved using type

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 15 23:31:14 PST 2021


rjmccall added a comment.

This seems reasonable, but I think it's probably better to just doing it in the ASTContext code (`getTypeDeclTypeSlow`) the same way it's done for e.g. `RecordDecl`s with previous declarations.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115792/new/

https://reviews.llvm.org/D115792



More information about the cfe-commits mailing list