[analyzer][NFC] Refactor the checker registration unit test file
authorKirstóf Umann <dkszelethus@gmail.com>
Thu, 12 Sep 2019 20:20:58 +0000 (22:20 +0200)
committerKirstóf Umann <dkszelethus@gmail.com>
Mon, 9 Mar 2020 15:38:30 +0000 (16:38 +0100)
commit58884eb6489880646896d72fcd723813f8a13299
treed09ae105f4cb1d5a7a507f3f20a0fa728522e041
parent2b6ad82f8d0b20c6733217fcc6b3a07333287875
[analyzer][NFC] Refactor the checker registration unit test file

Nothing exciting to see here! The new interface allows for more fine tuning
(register but disable a checker, add custom checker registry functions, etc),
that was basically the point.

Differential Revision: https://reviews.llvm.org/D67335
clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
clang/unittests/StaticAnalyzer/CheckerRegistration.h [new file with mode: 0644]
clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp