This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Update checks to play nicely with limited traversal scope added in r346847
ClosedPublic

Authored by sammccall on Nov 15 2018, 6:26 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Nov 15 2018, 6:26 AM
sammccall updated this revision to Diff 174203.Nov 15 2018, 6:30 AM

Address comments from the last round of review in D54204.

hokein accepted this revision.Nov 15 2018, 6:48 AM

LGTM

clang-tidy/readability/SimplifyBooleanExprCheck.cpp
567 ↗(On Diff #174203)

Ah, what I mean is assert(MatchedOnce).

This revision is now accepted and ready to land.Nov 15 2018, 6:48 AM
sammccall marked an inline comment as done.Nov 15 2018, 7:03 AM
This revision was automatically updated to reflect the committed changes.