This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer][solver] Remove unused functions
ClosedPublic

Authored by martong on Jul 15 2021, 6:47 AM.

Details

Summary

../../git/llvm-project/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp:2395:17: warning: 'clang::ento::ProgramStateRef {anonymous}::RangeConstraintManager::setRange(clang::ento::ProgramStateRef, {anonymous}::EquivalenceClass, clang::ento::RangeSet)' defined but not used [-Wunused-function]
../../git/llvm-project/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp:2384:10: warning: 'clang::ento::RangeSet {anonymous}::RangeConstraintManager::getRange(clang::ento::ProgramStateRef, {anonymous}::EquivalenceClass)' defined but not used [-Wunused-function]

Diff Detail

Event Timeline

martong created this revision.Jul 15 2021, 6:47 AM
martong requested review of this revision.Jul 15 2021, 6:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2021, 6:47 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
vsavchenko accepted this revision.Jul 15 2021, 6:53 AM

Yes, let's do this! Thanks for addressing it!

This revision is now accepted and ready to land.Jul 15 2021, 6:53 AM
This revision was landed with ongoing or failed builds.Jul 15 2021, 7:36 AM
This revision was automatically updated to reflect the committed changes.