This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][NFC] Substitute the SVal::evalMinus and evalComplement functions
ClosedPublic

Authored by steakhal on Jun 14 2022, 3:28 AM.

Diff Detail

Event Timeline

steakhal created this revision.Jun 14 2022, 3:28 AM
Herald added a project: Restricted Project. · View Herald Transcript
steakhal requested review of this revision.Jun 14 2022, 3:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 3:28 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
martong accepted this revision.Jun 14 2022, 8:26 AM

LGTM

clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
447

Maybe it's just me, but for me it is easier to read with surrounding parentheses.
Same below.

This revision is now accepted and ready to land.Jun 14 2022, 8:26 AM
This revision was landed with ongoing or failed builds.Jun 14 2022, 9:57 AM
This revision was automatically updated to reflect the committed changes.