https://github.com/mizvekov closed
https://github.com/llvm/llvm-project/pull/135067
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/mizvekov edited
https://github.com/llvm/llvm-project/pull/135067
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/erichkeane approved this pull request.
https://github.com/llvm/llvm-project/pull/135067
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matheus Izvekov (mizvekov)
Changes
A NestedNameSpecifier of TypeSpec kind can be non-dependent even if its prefix
is dependent, when for example the prefix is an injected class type but the
type itself is a simple alias to a non-dependent
https://github.com/mizvekov created
https://github.com/llvm/llvm-project/pull/135067
A NestedNameSpecifier of TypeSpec kind can be non-dependent even if its prefix
is dependent, when for example the prefix is an injected class type but the
type itself is a simple alias to a non-dependent type.