[clang] [Sema] -Wpointer-bool-conversion: suppress lambda function pointer conversion diagnostic during instantiation (PR #83497)
Vinayak Dev via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 1 07:21:53 PST 2024
vinayakdsci wrote:
Great catch! The usage of template instantiation didn't seem very obvious while adding the tests, and hence the missed test case.
Thanks a lot for the fix!
https://github.com/llvm/llvm-project/pull/83497
More information about the cfe-commits
mailing list