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
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
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
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