This revision was automatically updated to reflect the committed changes.
Closed by commit rL262596: [libclang] Link clang-tidy plugin into libclang if
present. (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D17808?vs=49616&id=49719#toc
Repository:
rL LLVM
http://review
klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
lg
http://reviews.llvm.org/D17808
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-comm
bkramer created this revision.
bkramer added a reviewer: klimek.
bkramer added a subscriber: cfe-commits.
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 l