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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to