[PATCH] D45010: [analyzer] Minor improvements to region printing
Artem Dergachev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 29 15:11:38 PDT 2018
NoQ added inline comments.
================
Comment at: lib/StaticAnalyzer/Core/MemRegion.cpp:433
E = referenced_vars_end(); I != E; ++I)
- os << "(" << I.getCapturedRegion() << "," <<
+ os << "(" << I.getCapturedRegion() << "<-" <<
I.getOriginalRegion() << ") ";
----------------
george.karpenkov wrote:
> NoQ wrote:
> > I feel that `<=` might look better.
> but that's "less-than-or-equals"
Hmm right.
Repository:
rL LLVM
https://reviews.llvm.org/D45010
More information about the llvm-commits
mailing list