So it can be reused across different consumers
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | ||
---|---|---|
351 ↗ | (On Diff #163422) | Isn't there a typedef for this? |
Paths
| Differential D51514
[analyzer] [NFC] Push the logic for updating the ExecutedLines with diagnostic pieces into the BugReporter ClosedPublic Authored by george.karpenkov on Aug 30 2018, 2:55 PM.
Details Summary So it can be reused across different consumers
Diff Detail
Event TimelineHerald added subscribers: Szelethus, mikhail.ramalho, a.sidorin and 3 others. · View Herald TranscriptAug 30 2018, 2:55 PM This revision is now accepted and ready to land.Sep 6 2018, 3:27 PM
Closed by commit rL341617: [analyzer] Push updating-the-executed-lines logic into the BugReporter. (authored by george.karpenkov). · Explain WhySep 6 2018, 5:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 164335 cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
cfe/trunk/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
|