UTC is a valuable utility for LLVM developers to update tests due to mechanical changes in codegen that affect a lot of tests.
Like those LLVM passes, changes to Clang-Doc's templates or core data structures often cause a lot of churn in our test output.
It would be best if we had a utility, like UTC that could update our test outputs in a maintainable way.
This could be done either by extending some of the functionality in the UTC scripts, or by writing our own version that reuses the UTC modules.