This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModule
ClosedPublic

Authored by mboehme on Sep 14 2016, 6:39 AM.

Details

Summary

This is needed for the recently submitted misc-use-after-move check (rL281453).
For some reason, this still built under Linux, but it caused the PPC build bot
to fail.

Diff Detail

Repository
rL LLVM

Event Timeline

mboehme updated this revision to Diff 71345.Sep 14 2016, 6:39 AM
mboehme retitled this revision from to [clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModule.
mboehme updated this object.
mboehme added a subscriber: cfe-commits.

Trivial build fix, will submit without review.

aaron.ballman accepted this revision.Sep 14 2016, 6:41 AM
aaron.ballman added a reviewer: aaron.ballman.
aaron.ballman added a subscriber: aaron.ballman.

LGTM -- for these sort of post-commit fixes that are trivial and make failing bots happy, you can go ahead and commit them and handle further review once the bots go back to green.

This revision is now accepted and ready to land.Sep 14 2016, 6:41 AM
This revision was automatically updated to reflect the committed changes.