[PATCH] D15729: Load compiler plugins in ASTUnit, too

Kevin Funk via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 14:57:28 PST 2016


kfunk added a comment.

Okay, just gave this another look. Unit test seems fine as-is. Let's call `loadPlugins` there explicitly.

@LLVM/Clang devs: Please review!

I'm especially interested in whether you think there's a better location for calling `CompilerInstance::loadPlugins` than in `ASTUnit::Parse`.


http://reviews.llvm.org/D15729





More information about the cfe-commits mailing list