[PATCH] D69781: [analyzer] Add test directory for scan-build

Devin Coughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 3 17:10:46 PST 2019


dcoughlin created this revision.
dcoughlin added a reviewer: NoQ.
Herald added subscribers: llvm-commits, cfe-commits, Charusso, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, delcypher, szepet, baloghadamsoftware, xazax.hun.
Herald added projects: clang, LLVM.

The static analyzer's scan-build script is critical infrastructure but
is not well tested. To start to address this, add a new test directory under
tests/Analysis for scan-build lit tests and seed it with several tests. The
goal is that future scan-build changes will be accompanied by corresponding
tests.


Repository:
  rC Clang

https://reviews.llvm.org/D69781

Files:
  clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory1/file1.c
  clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory2/file2.c
  clang/test/Analysis/scan-build/Inputs/single_null_dereference.c
  clang/test/Analysis/scan-build/exclude_directories.test
  clang/test/Analysis/scan-build/help.test
  clang/test/Analysis/scan-build/html_output.test
  clang/test/Analysis/scan-build/plist_html_output.test
  clang/test/Analysis/scan-build/plist_output.test
  clang/test/lit.cfg.py
  llvm/utils/lit/lit/llvm/config.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69781.227639.patch
Type: text/x-patch
Size: 7809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191104/60c2b682/attachment.bin>


More information about the llvm-commits mailing list