This patch allows clang-tidy to replace traditional for-loops where the
container type inherits its begin/end methods from a base class.
Test plan: Added unit test cases that confirm the tool replaces the new
pattern.
Differential D140307
[clang-tidy] Match derived types in in modernize-loop-convert ccotter on Dec 19 2022, 7:30 AM. Authored by
Details This patch allows clang-tidy to replace traditional for-loops where the Test plan: Added unit test cases that confirm the tool replaces the new
Diff Detail
Event Timeline
Comment Actions Hi! I'm finding merge conflicts when rebasing the patch on latest trunk, would you mind uploading a rebased version? Thanks! Comment Actions Rebased! Sorry for the multiple diffs on this phab - I'm still getting the hang of arc diff. |
Replace tabs with spaces