[clang] [clang][NFC] Fix a warning (PR #98611)

2024-07-14 Thread Piotr Fusik via cfe-commits
https://github.com/pfusik closed https://github.com/llvm/llvm-project/pull/98611 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][NFC] Fix a warning (PR #98611)

2024-07-12 Thread Nikita Popov via cfe-commits
https://github.com/nikic approved this pull request. https://github.com/llvm/llvm-project/pull/98611 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][NFC] Fix a warning (PR #98611)

2024-07-12 Thread Piotr Fusik via cfe-commits
pfusik wrote: This fixes one of the very few warnings when building clang with Ubuntu 22.04's gcc. https://github.com/llvm/llvm-project/pull/98611 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/

[clang] [clang][NFC] Fix a warning (PR #98611)

2024-07-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: Piotr Fusik (pfusik) Changes enumerated and non-enumerated type in conditional expression --- Full diff: https://github.com/llvm/llvm-project/pull/98611.diff 1 Files Affected: - (modified) clang/lib/CodeGen/CGExpr.cpp (+4-3)

[clang] [clang][NFC] Fix a warning (PR #98611)

2024-07-12 Thread Piotr Fusik via cfe-commits
https://github.com/pfusik created https://github.com/llvm/llvm-project/pull/98611 enumerated and non-enumerated type in conditional expression >From d8d44d1eff37bc7e2632fb64b087aac270742ac6 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Fri, 12 Jul 2024 11:34:26 +0200 Subject: [PATCH] [clang