[PATCH] D27365: [analyzer] Print type for SymbolRegionValues when dumping to stream
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 2 23:28:54 PST 2016
NoQ accepted this revision.
NoQ added a comment.
Thanks, i love dumps! Btw, did you encounter cases when types are unobvious from the parent region?
================
Comment at: lib/StaticAnalyzer/Core/SymbolManager.cpp:89
+ os << "reg_$" << getSymbolID()
+ << "<" << getType().getAsString() << " " << R << ">";
}
----------------
The rest of the code uses single-quotes for single characters, even though it's not really important here.
https://reviews.llvm.org/D27365
More information about the cfe-commits
mailing list