This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Link clang-tidy plugin into libclang if present.
ClosedPublic

Authored by bkramer on Mar 2 2016, 6:48 AM.

Details

Summary

This is a sad workaround for the lack of plugin support in libclang. Depends
on D17807, a tools-extra change that also contains the test case.

This is designed to be easy to remove again if libclang ever grows proper
plugin support.

Diff Detail

Repository
rL LLVM

Event Timeline

bkramer updated this revision to Diff 49616.Mar 2 2016, 6:48 AM
bkramer retitled this revision from to [libclang] Link clang-tidy plugin into libclang if present..
bkramer updated this object.
bkramer added a reviewer: klimek.
bkramer added a subscriber: cfe-commits.
klimek accepted this revision.Mar 2 2016, 6:58 AM
klimek edited edge metadata.

lg

This revision is now accepted and ready to land.Mar 2 2016, 6:58 AM
This revision was automatically updated to reflect the committed changes.