<div dir="ltr">Hi, I'm looking into integrating clang-tidy's diagnostics into clangd, but I'm running into problems because clang-tidy's headers seem effectively private from clangd's point of view.  (I can include "../clang-tidy/ClangTidy.h", but that seems like a pretty bad hack).  Is there a way that the libraries in tools/extra can export public headers so that other tools can use them?  Or should we be putting the functionality that we want to share in a library in clang proper?</div>