commit | c8c82f09a282832d919f7eb073a47be838e65b29 | [log] [tgz] |
---|---|---|
author | Steve Reinhardt <steve.reinhardt@amd.com> | Sat Feb 06 17:21:18 2016 -0800 |
committer | Steve Reinhardt <steve.reinhardt@amd.com> | Sat Feb 06 17:21:18 2016 -0800 |
tree | 57d2108fd5137a050f17e25422f760f3d543267b | |
parent | 9979355539fce2314495b421f79dcc86f95a6170 [diff] |
util: clean up and extend style checker Added a new Verifier object to check for and fix spacing between if/while/for and following paren. Restructured Verifier class to make it easier to add new subclasses, particularly by using a global list of verifiers to auto-generate command line options and simplify the invocation loop.