[clang-tidy] Refactor: Extract Class CheckRunner on check_clang_tidy.py
authorRichard <legalize@xmission.com>
Sat, 1 Jan 2022 22:17:08 +0000 (15:17 -0700)
committerRichard <legalize@xmission.com>
Mon, 10 Jan 2022 22:44:12 +0000 (15:44 -0700)
commita2c33b0ec976c894dc45558d0b50c9c2fe87e1da
tree32a77a8101dc1f75bab30d97d504497995f0b899
parent98ab43a1d209875ce9cc39420d3e6af57ed0f5b2
[clang-tidy] Refactor: Extract Class CheckRunner on check_clang_tidy.py

Break up the huge function by extracting a class, storing intermediate
state as class members and breaking up the big function into a group
of class methods all at the same level of abstraction.

Differential Revision: https://reviews.llvm.org/D56343
clang-tools-extra/test/clang-tidy/check_clang_tidy.py