Details
Details
- Reviewers
dcoughlin NoQ - Commits
- rG4f64b38f561a: [analyzer] Quote the type of the leaked/problematic object in diagnostics for…
rC350867: [analyzer] Quote the type of the leaked/problematic object in diagnostics for…
rL350867: [analyzer] Quote the type of the leaked/problematic object in diagnostics for…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Yup, i think it's a good thing to do in general.
clang/test/Analysis/osobject-retain-release.cpp | ||
---|---|---|
108 |
I'm... not surprised. Should we filter those out explicitly? It seems that it's not an unusual case in practice. |
Comment Actions
I'm... not surprised.
Not really, in practice those almost never appear, I just got lazy with tests.
I'm... not surprised.
Should we filter those out explicitly? It seems that it's not an unusual case in practice.