Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | ||
---|---|---|
289–290 ↗ | (On Diff #157178) | 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 ↗ | (On Diff #157178) | Unnecessary whitespace. |
cfe/trunk/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | ||
---|---|---|
739 | 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 | yeah that's how we always got it. No idea why. |
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.