This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry
ClosedPublic

Authored by Szelethus on Nov 12 2018, 11:38 AM.

Details

Summary

Now that CheckerRegistry lies in Frontend, we can finally eliminate ClangCheckerRegistry. Fortunately, this also provides us with a DiagnosticsEngine, so I went ahead and removed some parameters from it's methods.

Diff Detail

Repository
rL LLVM