[flang-commits] [libc] [clang] [lld] [clang-tools-extra] [flang] [libcxx] [llvm] [lldb] [compiler-rt] [clang][NFC] Annotate `Type` bit-fields with `clang::preferred_type` (PR #70349)
Vlad Serebrennikov via flang-commits
flang-commits at lists.llvm.org
Thu Nov 2 05:48:01 PDT 2023
================
@@ -49,7 +49,7 @@ struct ExprDependenceScope {
using ExprDependence = ExprDependenceScope::ExprDependence;
struct TypeDependenceScope {
- enum TypeDependence : uint8_t {
+ enum TypeDependence : unsigned {
----------------
Endilll wrote:
I reverted changes to underlying types. This should be good to go now.
https://github.com/llvm/llvm-project/pull/70349
More information about the flang-commits
mailing list