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