[clang] [Clang][Sema] Earlier type checking for builtin unary operators (PR #90500)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 29 14:15:04 PDT 2024
https://github.com/shafik commented:
So this seems to apply to member pointer types, pointer types, arrays and function types but I don't see coverage for the full set of paths in the tests. Can we please add more testing.
Erich also expressed some concern about breaking existing code due to eager instantiation. Can we make sure try to cover any change in behavior in the tests so reviewers can get a better idea of impact.
https://github.com/llvm/llvm-project/pull/90500
More information about the cfe-commits
mailing list