[PATCH] D74467: [analyzer] Teach scan-build how to rebuild index.html without analyzing.

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 4 03:26:45 PST 2020


Charusso added a comment.

Could you mention how to use this feature in the Summary please?

  cd reports
  scan-build --generate-index-only .

---

And something is not right, I have tried it:

  Use of uninitialized value $Clang in concatenation (.) or string at /llvm-project/clang/tools/scan-build/bin/scan-build line 1895.
  sh: 1: : Permission denied

But it made the `index.html` and works like a charm.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74467/new/

https://reviews.llvm.org/D74467





More information about the cfe-commits mailing list