[clang] [NFC] use appropriate castas (PR #95272)

2024-06-28 Thread via cfe-commits
https://github.com/mahesh-attarde closed https://github.com/llvm/llvm-project/pull/95272 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] use appropriate castas (PR #95272)

2024-06-28 Thread Simon Pilgrim via cfe-commits
@@ -2834,7 +2834,7 @@ ABIArgInfo X86_64ABIInfo::classifyRegCallStructTypeImpl(QualType Ty, unsigned , unsigned , unsigned ) const { - auto RT = Ty->getAs(); + auto RT = Ty->castAs();

[clang] [NFC] use appropriate castas (PR #95272)

2024-06-27 Thread via cfe-commits
mahesh-attarde wrote: ping @AaronBallman https://github.com/llvm/llvm-project/pull/95272 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] use appropriate castas (PR #95272)

2024-06-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (mahesh-attarde) Changes NFC fix for appropriate function call. Requested by aaron while discussing https://github.com/llvm/llvm-project/pull/95257 https://github.com/llvm/llvm-project/pull/95257 --- Full diff:

[clang] [NFC] use appropriate castas (PR #95272)

2024-06-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: None (mahesh-attarde) Changes NFC fix for appropriate function call. Requested by aaron while discussing https://github.com/llvm/llvm-project/pull/95257 https://github.com/llvm/llvm-project/pull/95257 --- Full diff:

[clang] [NFC] use appropriate castas (PR #95272)

2024-06-12 Thread via cfe-commits
https://github.com/mahesh-attarde created https://github.com/llvm/llvm-project/pull/95272 NFC fix for appropriate function call. Requested by aaron while discussing https://github.com/llvm/llvm-project/pull/95257 https://github.com/llvm/llvm-project/pull/95257 >From