[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)
commit78c17385cb63cac391377d8ca7cd713bcfb88c61
tree24cafcb8319fc315cec3f9ef1e8429ce56904dc2
parent8fc1e89bbbdc888e555d0e5e770c924818bcf00a
[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.

llvm-svn: 289685
clang/test/Driver/analyzer-target-enabled-checkers.cpp [new file with mode: 0644]