[all-commits] [llvm/llvm-project] 552123: [analyzer] Re-land 0aba69e "Add test directory for...

NoQ via All-commits all-commits at lists.llvm.org
Mon Feb 3 13:00:15 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5521236a18074584542b81fd680158d89a845fca
      https://github.com/llvm/llvm-project/commit/5521236a18074584542b81fd680158d89a845fca
  Author: Artem Dergachev <artem.dergachev at gmail.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    A clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory1/file1.c
    A clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory2/file2.c
    A clang/test/Analysis/scan-build/Inputs/single_null_dereference.c
    A clang/test/Analysis/scan-build/exclude_directories.test
    A clang/test/Analysis/scan-build/help.test
    A clang/test/Analysis/scan-build/html_output.test
    A clang/test/Analysis/scan-build/lit.local.cfg
    A clang/test/Analysis/scan-build/plist_html_output.test
    A clang/test/Analysis/scan-build/plist_output.test

  Log Message:
  -----------
  [analyzer] Re-land 0aba69e "Add test directory for scan-build."

The tool is now looked for in the source directory rather than in the
install directory, which should exclude the problems with not being able
to find it.

The tests still aren't being run on Windows, but they hopefully will run
on other platforms that have shell, which hopefully also means Perl.

Differential Revision: https://reviews.llvm.org/D69781




More information about the All-commits mailing list