Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Epic Link:
-
Team:Data Release Production
Description
The clang-tidy tool provides a long list of checks that can automatically modernize and fix-up C++ code. Determine a sensible (not-too-intrusive) subset and run them on afw.
The full list of possible checks can be found at: https://clang.llvm.org/extra/clang-tidy/checks/list.html
I ran a subset of the available checks. The full list of possible checks can be found at https://clang.llvm.org/extra/clang-tidy/checks/list.html. Each check was run independently and only those that resulted in changes are listed as a separate commit (that can be easily removed if deemed too intrusive).
Please go through and see what you think.