[clang] [clang] Add release note for int->enum conversion change. (PR #144407)

2025-06-25 Thread Erich Keane via cfe-commits
https://github.com/erichkeane commented: I see you've done this :) (Sorry, going through my WG21 backlog!). It would be neat if we mentioned how to FIX the boost issue/elaborated a bit on summarizing the discussion), but this is fine-as is. https://github.com/llvm/llvm-project/pull/144407 __

[clang] [clang] Add release note for int->enum conversion change. (PR #144407)

2025-06-17 Thread Eli Friedman via cfe-commits
https://github.com/efriedma-quic closed https://github.com/llvm/llvm-project/pull/144407 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Add release note for int->enum conversion change. (PR #144407)

2025-06-16 Thread Reid Kleckner via cfe-commits
https://github.com/rnk approved this pull request. https://github.com/llvm/llvm-project/pull/144407 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Add release note for int->enum conversion change. (PR #144407)

2025-06-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Eli Friedman (efriedma-quic) Changes This seems to be having some practical impact, so we should let people know. --- Full diff: https://github.com/llvm/llvm-project/pull/144407.diff 1 Files Affected: - (modified) clang/docs/ReleaseNote

[clang] [clang] Add release note for int->enum conversion change. (PR #144407)

2025-06-16 Thread Eli Friedman via cfe-commits
https://github.com/efriedma-quic created https://github.com/llvm/llvm-project/pull/144407 This seems to be having some practical impact, so we should let people know. >From 72b5793a6b0df71ec78e691aaa1b0729273263e0 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 16 Jun 2025 11:04:04 -070