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
Since I saw @miscco suggesting to contributors his preferred ordering of static and constexpr, I thought we could just automate this using clang-format, which has a corresponding style option QualifierOrder. This option is not set in our .clang-format and also not inherited from the LLVM style.
Since I saw @miscco suggesting to contributors his preferred ordering of
static
andconstexpr
, I thought we could just automate this using clang-format, which has a corresponding style option QualifierOrder. This option is not set in our.clang-format
and also not inherited from the LLVM style.Originally posted by @bernhardmgruber in #1233 (comment)
The text was updated successfully, but these errors were encountered: