diff options
| author | Devin Coughlin <dcoughlin@apple.com> | 2017-08-03 18:12:22 +0000 |
|---|---|---|
| committer | Devin Coughlin <dcoughlin@apple.com> | 2017-08-03 18:12:22 +0000 |
| commit | f0cadcd9f385d36dc751cdb32476b32ec43306b5 (patch) | |
| tree | 1934ab120846a4e22c0ca9b3ad69bbab4ba7d275 /clang/test/Analysis/html-diags-analyze-headers.h | |
| parent | fd2c3795682fb9a3139f6411b1cf27c1304a66fc (diff) | |
| download | bcm5719-llvm-f0cadcd9f385d36dc751cdb32476b32ec43306b5.tar.gz bcm5719-llvm-f0cadcd9f385d36dc751cdb32476b32ec43306b5.zip | |
[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
Diffstat (limited to 'clang/test/Analysis/html-diags-analyze-headers.h')
| -rw-r--r-- | clang/test/Analysis/html-diags-analyze-headers.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Analysis/html-diags-analyze-headers.h b/clang/test/Analysis/html-diags-analyze-headers.h new file mode 100644 index 00000000000..3641ca9c040 --- /dev/null +++ b/clang/test/Analysis/html-diags-analyze-headers.h @@ -0,0 +1,5 @@ +#include "html-diags-multifile.h" + +void test_call_macro() { + has_bug(0); +} |

