[clang] Add support for MS inp functions. (PR #93804)

2024-05-30 Thread Malay Sanghi via cfe-commits
MalaySanghi wrote: tag @phoebewang @FreddyLeaf @RKSimon for review https://github.com/llvm/llvm-project/pull/93804 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Add support for MS inp functions. (PR #93804)

2024-05-30 Thread Malay Sanghi via cfe-commits
MalaySanghi wrote: This could probably have been a part of https://github.com/llvm/llvm-project/pull/93774 . If that's preferred, I'll add this change as a new commit to that PR. https://github.com/llvm/llvm-project/pull/93804 ___ cfe-commits mailing

[clang] Add support for MS inp functions. (PR #93804)

2024-05-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Malay Sanghi (MalaySanghi) Changes support _inp, _inpw, _inpd, inp, inpw. These functions were removed from the Windows runtime library, but aare still supported for kernel mode development. --- Full diff: https://github.com/llvm/llvm-pro

[clang] Add support for MS inp functions. (PR #93804)

2024-05-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: Malay Sanghi (MalaySanghi) Changes support _inp, _inpw, _inpd, inp, inpw. These functions were removed from the Windows runtime library, but aare still supported for kernel mode development. --- Full diff: https://github.com/llvm/ll

[clang] Add support for MS inp functions. (PR #93804)

2024-05-30 Thread Malay Sanghi via cfe-commits
https://github.com/MalaySanghi created https://github.com/llvm/llvm-project/pull/93804 support _inp, _inpw, _inpd, inp, inpw. These functions were removed from the Windows runtime library, but aare still supported for kernel mode development. >From de79bf75b68825440b939f030e1d659d26f3d2ea Mon