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
[clang-tidy] Fix readability-uppercase-literal-suffix warning with hex literals (#156584)
This is a regression I introduced in #148275 and was [noticed
by](#148275 (comment))
nettle. The check incorrectly fires on hex literals containing the
letter `b`.
(I felt a revert was unnecessary in this case. Maybe others disagree?)
0 commit comments