[PATCH] D56343: [clang-tidy] Refactor: Compose Method on check_clang_tidy.py

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 15 00:34:55 PDT 2019


LegalizeAdulthood updated this revision to Diff 190789.
LegalizeAdulthood added a comment.
Herald added a subscriber: jdoerfert.

To avoid passing lots of state to/from extracted functions, extract a class instead and use member variables for most of the state


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56343/new/

https://reviews.llvm.org/D56343

Files:
  test/clang-tidy/check_clang_tidy.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56343.190789.patch
Type: text/x-patch
Size: 13894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190315/c50221bf/attachment-0001.bin>


More information about the cfe-commits mailing list