[PATCH] D136533: [clang] Fix missing diagnostic of declaration use when accessing TypeDecls through typename access
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 25 10:41:44 PDT 2022
mizvekov added a comment.
In D136533#3883116 <https://reviews.llvm.org/D136533#3883116>, @erichkeane wrote:
> I don't believe that the libc++ CI does 'self build with libcxx as the host library', so it would not have caught this. That said, this could definitely just be an issue in the version that ships with macos, and we cannot really release something that doesn't self-build on one of our supported platforms.
That's true, self build is not tested there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136533/new/
https://reviews.llvm.org/D136533
More information about the cfe-commits
mailing list