[PATCH] D55683: [analyzer] Tests for scan-build?

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 17 04:50:58 PST 2018


aaron.ballman added a comment.

Could we make use of scan-build `-o` to specify the exact output location, in conjunction with `stable-report-filename=true` to remove the non-determinism? Also, I like the idea of maybe someday making scan-build-py test the same file. However, it seems like that project is basically unmaintained so it may effort to reach parity before that can be enabled.

Thank you for working on the testing infrastructure for this! I think it's super helpful because it gives us a path forward to eventually rewrite scan-build to be more appropriate for all the platforms Clang runs on (like Windows, where the reliance on Perl is a serious hurdle).


Repository:
  rC Clang

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

https://reviews.llvm.org/D55683





More information about the cfe-commits mailing list