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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D67335
[analyzer][NFC] Refactor the checker registration unit test file ClosedPublic Authored by Szelethus on Sep 8 2019, 3:05 PM.
Details Summary 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.
Diff Detail Event TimelineHerald added subscribers: cfe-commits, gamesh411, dkrupp and 5 others. · View Herald TranscriptSep 8 2019, 3:05 PM This revision is now accepted and ready to land.Sep 9 2019, 6:39 PM Closed by commit rG58884eb64898: [analyzer][NFC] Refactor the checker registration unit test file (authored by Szelethus). · Explain WhyMar 9 2020, 9:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 219279 clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
clang/unittests/StaticAnalyzer/CheckerRegistration.h
clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
|
Well, according to clangd, this is how it's supposed to be done in LLVM.