<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">IANAL, obviously, but possibly you could pick the plugins you want and ask all the people who worked on that plugin to re-license their work (there are not that many, and they are mostly still around)</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">For the record, for anything in compilerplugins/ that I have touched, I grant you permission to submit my work to LLVM under their license.<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Also, note that LLVM<span class="gmail_default"> is likely to want you to write the plugins in quite a different style, they don't use our style of overriding ASTVisitor anymore, so upstreaming is not trivial, they like using some kind of matcher API for traversing the AST, and they have a whole Checker framework for clang-tidy stuff.</span></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div></div>