[PATCH] D45718: Allow registering custom statically-linked analyzer checkers

2018-04-21 Thread George Karpenkov via Phabricator via cfe-commits
george.karpenkov added a comment. Tests would be nice, but on the other hand AFAIK we don't have unit tests for the analyzer. Maybe it's time we add those. Repository: rC Clang https://reviews.llvm.org/D45718 ___ cfe-commits mailing list

[PATCH] D45718: Allow registering custom statically-linked analyzer checkers

2018-04-17 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh created this revision. alexfh added a reviewer: george.karpenkov. Herald added a subscriber: a.sidorin. Add an extension point to allow registration of statically-linked Clang Static Analyzer checkers that are not a part of the Clang tree. This extension point employs the mechanism used