Replaced code on region cast with a wrapper function SValBuilder::getCastedMemRegionVal.
This is a next step of code refining due to suggestions in D103319#2787995.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103803
[analyzer] [NFC] Implement a wrapper SValBuilder::getCastedMemRegionVal for similar functionality on region cast ClosedPublic Authored by ASDenysPetrov on Jun 7 2021, 5:05 AM.
Details Summary Replaced code on region cast with a wrapper function SValBuilder::getCastedMemRegionVal.
Diff Detail
Event TimelineHerald added subscribers: manas, martong, dkrupp and 7 others. · View Herald TranscriptJun 7 2021, 5:05 AM This revision is now accepted and ready to land.Jun 7 2021, 10:29 AM This revision was landed with ongoing or failed builds.Jun 8 2021, 12:44 AM Closed by commit rGd3a6181e82ca: [analyzer] [NFC] Implement a wrapper SValBuilder::getCastedMemRegionVal for… (authored by ASDenysPetrov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 350518 clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
|