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

Kevin Funk via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 11 02:01:24 PST 2016


kfunk updated this revision to Diff 44449.
kfunk added a comment.

Update, add (non-working) test

Just uploading my WIP patch, now that the branching comes close. I added a test, unfortunately it doesn't do what I expect.
Please see the FIXME.

Didn't have the time to investigate yet, so any hints welcome!


http://reviews.llvm.org/D15729

Files:
  include/clang/Frontend/CompilerInstance.h
  lib/Frontend/ASTUnit.cpp
  lib/Frontend/CompilerInstance.cpp
  lib/FrontendTool/ExecuteCompilerInvocation.cpp
  unittests/Frontend/CMakeLists.txt
  unittests/Frontend/FrontendActionTest.cpp
  unittests/Frontend/PrintFunctionNamesTestPlugin/CMakeLists.txt
  unittests/Frontend/PrintFunctionNamesTestPlugin/PrintFunctionNamesTestPlugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15729.44449.patch
Type: text/x-patch
Size: 10819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160111/7357490a/attachment-0001.bin>


More information about the cfe-commits mailing list