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

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 22 12:00:26 PDT 2018


alexfh added a comment.

In https://reviews.llvm.org/D45718#1074611, @george.karpenkov wrote:

> Actually, we do have unittests in `tools/clang/unittest/Analysis`.
>  @alexfh would you be able to write a unittest in there? It should be fairly easy following the structure of e.g. `tools/clang/Analysis/CloneDetectionTest.cpp`.
>  This would also help to ensure this entry point does not bit rot.


Thanks for the pointer. I'll add a test.


Repository:
  rC Clang

https://reviews.llvm.org/D45718





More information about the cfe-commits mailing list