This is an archive of the discontinued LLVM Phabricator instance.

[Clang Tidy]: Minor cleanups in readability-container-size-empty checker
ClosedPublic

Authored by xazax.hun on Jan 21 2015, 3:45 AM.

Details

Reviewers
alexfh
Summary

Minor cleanups in readability-container-size-empty checker:

  • Removed an unused header
  • Simplified the custom ast_matchers

Diff Detail

Event Timeline

xazax.hun updated this revision to Diff 18498.Jan 21 2015, 3:45 AM
xazax.hun retitled this revision from to [Clang Tidy]: Minor cleanups in readability-container-size-empty checker.
xazax.hun updated this object.
xazax.hun edited the test plan for this revision. (Show Details)
xazax.hun added a reviewer: alexfh.
xazax.hun added a subscriber: Unknown Object (MLST).
xazax.hun updated this revision to Diff 18506.Jan 21 2015, 5:00 AM

One more simplification in the ast_matcher expression.

alexfh accepted this revision.Jan 22 2015, 4:25 AM
alexfh edited edge metadata.

Looks good!

I'll submit the patch for you.

This revision is now accepted and ready to land.Jan 22 2015, 4:25 AM
alexfh closed this revision.Jan 22 2015, 4:29 AM

Committed revision 226810.