This script (buildscripts/apply_clag_tidy_fixes.py) has some shortcomings:
- Lacks shebang statement, inconsistent with similar python scripts in our repo that are intended to be run directly.
- Does not handle "Notes"-style replacements.
- Isolating the processing of the tidy output directory can be useful, and leads this script to be more modular.