[clang] [Sema] Refactor IsFunctionConversion (PR #139172)

2025-05-09 Thread via cfe-commits
https://github.com/PiJoules closed https://github.com/llvm/llvm-project/pull/139172 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Sema] Refactor IsFunctionConversion (PR #139172)

2025-05-09 Thread Erich Keane via cfe-commits
https://github.com/erichkeane approved this pull request. https://github.com/llvm/llvm-project/pull/139172 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Sema] Refactor IsFunctionConversion (PR #139172)

2025-05-08 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (PiJoules) Changes A bunch of uses of IsFunctionConversion don't use the third argument and just make a dummy QualType to pass. This splits IsFunctionConversion into 2 functions, one that just takes 2 arguments and does the check, an

[clang] [Sema] Refactor IsFunctionConversion (PR #139172)

2025-05-08 Thread via cfe-commits
https://github.com/PiJoules created https://github.com/llvm/llvm-project/pull/139172 A bunch of uses of IsFunctionConversion don't use the third argument and just make a dummy QualType to pass. This splits IsFunctionConversion into 2 functions, one that just takes 2 arguments and does the chec