Split tests which were still using FileCheck to compare plists.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
This is pretty cool!
clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | ||
---|---|---|
331–333 ↗ | (On Diff #163423) | Would printCoverage be a more fitting name as this isn't a debug function? |
clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | ||
---|---|---|
331–333 ↗ | (On Diff #163423) | It seems that "emit" is the right word. print is also for debug functions :) |