[PATCH] D30406: [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output
Vlad Tsyrklevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 16 09:20:47 PDT 2017
vlad.tsyrklevich updated this revision to Diff 102838.
vlad.tsyrklevich marked an inline comment as done.
vlad.tsyrklevich added a comment.
After reviewing this patch again last night I:
1. Updated some "%clang_cc1 -analyze" calls with "%clang_analyze_cc1" due to 2cfd901321423a96edd8513afc7c7c2bb0d18b2e
2. Isolated HTML generation into a separate function to simplify `HTMLDiagnostics::ReportDiag` even further
https://reviews.llvm.org/D30406
Files:
include/clang/StaticAnalyzer/Core/Analyses.def
lib/Rewrite/HTMLRewrite.cpp
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
test/Analysis/diagnostics/diag-cross-file-boundaries.c
test/Analysis/diagnostics/diag-cross-file-boundaries.h
test/Analysis/html-diag-singlefile.c
test/Analysis/html-diag-singlefile.h
test/Analysis/html-diags-analyze-headers.c
test/Analysis/html-diags-analyze-headers.h
test/Analysis/html-diags-multifile.c
test/Analysis/html-diags.c
test/Coverage/html-diagnostics.c
test/Coverage/html-multifile-diagnostics.c
test/Coverage/html-multifile-diagnostics.h
www/analyzer/open_projects.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30406.102838.patch
Type: text/x-patch
Size: 24109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170616/728875b2/attachment-0001.bin>
More information about the cfe-commits
mailing list