Most of the getter functions (and a reporter function) in CheckerManager are constant but not marked as const. This prevents functions having only a constant reference to CheckerManager using these member functions. This patch fixes this issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, go for it! I don't think you need to wait for any more reviews on this before commiting.