[clang] [CIR] Add support for using enum constants (PR #143214)

2025-06-09 Thread Andy Kaylor via cfe-commits
https://github.com/andykaylor closed https://github.com/llvm/llvm-project/pull/143214 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CIR] Add support for using enum constants (PR #143214)

2025-06-09 Thread Andy Kaylor via cfe-commits
https://github.com/andykaylor edited https://github.com/llvm/llvm-project/pull/143214 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CIR] Add support for using enum constants (PR #143214)

2025-06-09 Thread Bruno Cardoso Lopes via cfe-commits
https://github.com/bcardosolopes approved this pull request. Great! https://github.com/llvm/llvm-project/pull/143214 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CIR] Add support for using enum constants (PR #143214)

2025-06-06 Thread Erich Keane via cfe-commits
https://github.com/erichkeane approved this pull request. https://github.com/llvm/llvm-project/pull/143214 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CIR] Add support for using enum constants (PR #143214)

2025-06-06 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clangir Author: Andy Kaylor (andykaylor) Changes Although support for declaring enums and using value's whose type was an enumi was previously upstreamed, we didn't have support for referencing the constant values declared in the enum. This change adds

[clang] [CIR] Add support for using enum constants (PR #143214)

2025-06-06 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Andy Kaylor (andykaylor) Changes Although support for declaring enums and using value's whose type was an enumi was previously upstreamed, we didn't have support for referencing the constant values declared in the enum. This change adds t

[clang] [CIR] Add support for using enum constants (PR #143214)

2025-06-06 Thread Andy Kaylor via cfe-commits
https://github.com/andykaylor created https://github.com/llvm/llvm-project/pull/143214 Although support for declaring enums and using value's whose type was an enumi was previously upstreamed, we didn't have support for referencing the constant values declared in the enum. This change adds tha