Revert "[static analyzer][test] Test directly that driver sets D__clang_analyzer__"

This reverts commit c7541903d7.

llvm-svn: 372685
This commit is contained in:
Jan Korous 2019-09-24 03:19:20 +00:00
parent 1605eb1c1c
commit 5199aa88fe
1 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
// RUN: %clang -### --analyze %s 2>&1 | FileCheck %s
// CHECK: -D__clang_analyzer__
// RUN: %clang --analyze %s
#ifndef __clang_analyzer__
#error __clang_analyzer__ not defined
#endif