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
We must transition from C-style cast rules to static_cast, while ensuring all C-style casts, reinterpret_cast, and const_cast are flagged, irrespective of their type.
Well, c style casts are prohibited by the chromium style guide so I think we need to modify the rule to apply to allowed casts (static_cast, etc…), but also flag all c style casts regardless of type.
Reference: @bridiver
static_cast
, while ensuring all C-style casts,reinterpret_cast
, andconst_cast
are flagged, irrespective of their type.Proposed Solution
The text was updated successfully, but these errors were encountered: