Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | ||
---|---|---|
289–290 | You can easily obtain SM from Ctx. Moreover, in fact Ctx can be obtained from R->getMemRegionManager() (i've no idea why do we keep a manager pointer in every region). | |
clang/lib/StaticAnalyzer/Core/ProgramState.cpp | ||
500 | Unnecessary whitespace. |
cfe/trunk/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | ||
---|---|---|
739 ↗ | (On Diff #158101) | Btw why isn't this field private? I guess nobody cares because it's anyway exposed as a mutable reference, but we might have as well had consistency. |
cfe/trunk/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | ||
---|---|---|
739 ↗ | (On Diff #158101) | yeah that's how we always got it. No idea why. |
You can easily obtain SM from Ctx. Moreover, in fact Ctx can be obtained from R->getMemRegionManager() (i've no idea why do we keep a manager pointer in every region).