This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer] Mark constant member functions const in CheckerManager
ClosedPublic

Authored by baloghadamsoftware on Mar 9 2020, 3:05 AM.

Details

Summary

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.

Diff Detail

Event Timeline

Szelethus accepted this revision.Mar 9 2020, 5:07 AM

LGTM, go for it! I don't think you need to wait for any more reviews on this before commiting.

This revision is now accepted and ready to land.Mar 9 2020, 5:07 AM
This revision was automatically updated to reflect the committed changes.