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

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 22 05:29:39 PDT 2018


george.karpenkov requested changes to this revision.
george.karpenkov added a comment.
This revision now requires changes to proceed.

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.


Repository:
  rC Clang

https://reviews.llvm.org/D45718





More information about the cfe-commits mailing list