[PATCH] [clang-tidy] Support for Static Analyzer plugins

Gábor Horváth xazax.hun at gmail.com
Thu May 7 05:30:25 PDT 2015


Hi alexfh, klimek, djasper,

Right now it is not possible to load and run static analyzer plugins when using clang tidy.

This patch makes it possible. However the list of possible checkers now depends upon the command line.

Note that, this patch also needs clang support.

http://reviews.llvm.org/D9555

Files:
  clang-tidy/CMakeLists.txt
  clang-tidy/ClangTidy.cpp
  clang-tidy/tool/CMakeLists.txt
  clang-tidy/tool/ClangTidyMain.cpp
  clang-tidy/tool/Makefile
  test/clang-tidy/clang-static-analyzer-plugin.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9555.25168.patch
Type: text/x-patch
Size: 5439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150507/08288204/attachment.bin>


More information about the cfe-commits mailing list