]> granicus.if.org Git - clang/commit
[Driver] Add tests for enabled static analyzer checkers.
authorDevin Coughlin <dcoughlin@apple.com>
Wed, 14 Dec 2016 18:46:01 +0000 (18:46 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Wed, 14 Dec 2016 18:46:01 +0000 (18:46 +0000)
commit86337d60f086eef27586db27d6ce92602ad26d54
treea2dbec871f28423c3b94cded5ddf41d64e81d88a
parentd4596ba82e3d0226f0e524c89875f7a622088754
[Driver] Add tests for enabled static analyzer checkers.

The driver passes flags to cc1 that enable various checkers based on
the target triple. This commit adds tests for these flags on Darwin, Linux,
and Windows.

This is a test-only change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289685 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/analyzer-target-enabled-checkers.cpp [new file with mode: 0644]