[clang] [clang-tools-extra] [clang] Avoid re-evaluating field bitwidth (PR #117732)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 08:43:14 PST 2024
Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/117732 at github.com>
tbaederr wrote:
Meh, saving a `ConstantExpr` in the `FieldDecl` doesn't work properly, since we need to support having arbitrary exprs in case the bitwidth is dependent.
https://github.com/llvm/llvm-project/pull/117732
More information about the cfe-commits
mailing list