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