From f0cadcd9f385d36dc751cdb32476b32ec43306b5 Mon Sep 17 00:00:00 2001 From: Devin Coughlin Date: Thu, 3 Aug 2017 18:12:22 +0000 Subject: [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output This change adds support for cross-file diagnostic paths in html output. If the diagnostic path is not cross-file, there is no change in the output. Patch by Vlad Tsyrklevich! Differential Revision: https://reviews.llvm.org/D30406 llvm-svn: 309968 --- clang/test/Coverage/html-multifile-diagnostics.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 clang/test/Coverage/html-multifile-diagnostics.h (limited to 'clang/test/Coverage/html-multifile-diagnostics.h') diff --git a/clang/test/Coverage/html-multifile-diagnostics.h b/clang/test/Coverage/html-multifile-diagnostics.h new file mode 100644 index 00000000000..4a99ff0df9c --- /dev/null +++ b/clang/test/Coverage/html-multifile-diagnostics.h @@ -0,0 +1,3 @@ +void f1(int *ptr) { + *ptr = 0; +} -- cgit v1.2.3