[PATCH] D112453: [Sema] When dereferencing a pointer of dependent type, infer the result type.
Clement Courbet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 4 09:03:13 PDT 2021
courbet added a comment.
> Is this change observable in some way?
With the new changes, we are now catching more typing errors before instantiation. I've added more tests to show that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112453/new/
https://reviews.llvm.org/D112453
More information about the cfe-commits
mailing list