Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1861 Build 1861: arc lint + arc unit
Event Timeline
Comment Actions
Thanks, i love dumps! Btw, did you encounter cases when types are unobvious from the parent region?
lib/StaticAnalyzer/Core/SymbolManager.cpp | ||
---|---|---|
89 | The rest of the code uses single-quotes for single characters, even though it's not really important here. |
Comment Actions
Yeah, I had to implement implicit type promotion and conversion, because Z3 checks expression types pretty strictly.
The rest of the code uses single-quotes for single characters, even though it's not really important here.