[PATCH] D74467: [analyzer] Teach scan-build how to rebuild index.html without analyzing.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 00:52:47 PST 2020
NoQ marked an inline comment as done.
NoQ added inline comments.
================
Comment at: clang/test/Analysis/scan-build/rebuild_index/rebuild_index.test:11-12
+RUN: cp %S/report-3.html %t.output_dir
+RUN: mkdir %t.output_dir/subdirectory
+RUN: cp %S/subdirectory/report-4.html %t.output_dir/subdirectory
+
----------------
The script is indeed capable of finding html reports in sub-directories and it's a fairly useful feature because in a custom build system integration it's likely that clang's `-o` flag will be very messed up.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74467/new/
https://reviews.llvm.org/D74467
More information about the cfe-commits
mailing list