File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -78,21 +78,6 @@ class LangOptionsBase {
78
78
79
79
LangOptionsBase () = default ;
80
80
81
- #if defined(__clang__) && defined( __has_warning)
82
- #if __has_warning("-Wpreferred-type-bitfield-enum-conversion")
83
- // FIXME: Remove this once the warning is fixed, https://llvm.org/PR137600
84
- #pragma clang diagnostic push
85
- #pragma clang diagnostic ignored "-Wpreferred-type-bitfield-enum-conversion"
86
- #endif
87
- #endif
88
- LangOptionsBase (const LangOptionsBase&) = default ;
89
- LangOptionsBase& operator =(const LangOptionsBase&) = default ;
90
- #if defined(__clang__) && defined( __has_warning)
91
- #if __has_warning("-Wpreferred-type-bitfield-enum-conversion")
92
- #pragma clang diagnostic pop
93
- #endif
94
- #endif
95
-
96
81
enum GCMode { NonGC, GCOnly, HybridGC };
97
82
enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq };
98
83
You can’t perform that action at this time.
0 commit comments