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