This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Add coverage information to plist output, update tests
ClosedPublic

Authored by george.karpenkov on Aug 30 2018, 2:56 PM.

Diff Detail

Repository
rC Clang

Event Timeline

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?

NoQ accepted this revision.Sep 6 2018, 3:30 PM
NoQ added inline comments.
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 :)

This revision is now accepted and ready to land.Sep 6 2018, 3:30 PM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.
test/Analysis/lambda-notes.cpp