[cfe-commits] [PATCH] loading external plugins with scan-build
Thomas Hauth
Thomas.Hauth at cern.ch
Thu May 24 06:43:53 PDT 2012
Hello,
following the discussion on the clang list:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2012-May/021491.html
I prepared a patch to load custom plugins when running scan-build. This
is useful when additional static analysis Checkers must be provided via
clang's plugin interface.
Loading additional plugins can now be done via the scan-build call:
scan-build -load-plugin <plugin.so>
Please review the attached patch.
Thanks,
Thomas Hauth
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang_patch_scan-build_plugins.diff
Type: text/x-patch
Size: 2902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120524/b71e3c72/attachment.bin>
More information about the cfe-commits
mailing list