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
NikitaNikolaenko
changed the title
Update code checks to use clang-format-14
Update code checks to use clang-format-14 AND document which version of LLVM (and its tools) we are using for developing and formatting
Jul 22, 2022
The old clang-format-13 formats code like this:
clang-format-14 formats the same code like this:
This causes our code-check-style action to fail.
The text was updated successfully, but these errors were encountered: