-
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | ||
---|---|---|
596 ↗ | (On Diff #201066) | Why is the increment unconditional while the decrement isn't? This clearly needs some tests^^ Let's come up with a simple test that constructs a simple C++ object as a local variable and see what gets printed. |
clang/test/Analysis/dump_egraph.cpp | ||
19 ↗ | (On Diff #201066) | Let's test HTML output separately, smaller granularity is better. |
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | ||
---|---|---|
596 ↗ | (On Diff #201066) | Wait, this does have tests. I'm blind :) |
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | ||
---|---|---|
596 ↗ | (On Diff #201066) | Oh, right, it's a local and it's dropped anyway. |
Comment Actions
That print and the location context printing is tricky because of the third layer in spacing. These "end of" comments tries to simplify that.