Details
- Reviewers
xazax.hun rnkovacs george.karpenkov NoQ
Diff Detail
Event Timeline
| lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | ||
|---|---|---|
| 82 | The raw_ostream seems to be a common argument. MAybe it would be worth to make that a member too? | |
| lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | ||
|---|---|---|
| 82 | I did that, and then later changed it back for debugging purposes, if anyone needs to print note pieces to errs or something. | |
Wow thanks! Great point.
| lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | ||
|---|---|---|
| 82 | I guess both problems could be solved by doing a private method raw_ostream while also wrapping it into a public method with a default raw_ostream. | |
| lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | ||
|---|---|---|
| 82 | I think that would add unnecessary complication for very little value. I'd rather commit as is. | |
| lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | ||
|---|---|---|
| 82 | Sure np, just thinking aloud. | |
The raw_ostream seems to be a common argument. MAybe it would be worth to make that a member too?