You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added back `-clang-analyzer-optin.core.EnumCastOutOfRange` check to .clang-tidy to prevent interference with flag enums.
- Updated `make_rune_set` in `bracket_expression` to include `[[nodiscard]]`, improving code clarity and ensuring the return value is utilized.
- Combined `char32_range_expression` and `bracket_expression` checks in `encode_min_max` for more efficient rune set management.
template <classM> [[nodiscard]] constexprautoevaluate(encoder& d, M const& m) const -> M const& { d.skip().encode(opcode::match_set, d.add_rune_set(make_rune_set(d.mode()))); return m; }
0 commit comments