repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
Analysis
/
missing-z3-nocrash.c
blob
698430fffe1a12dd3547976d04bd96c9af07543c
1
// RUN: not %clang_analyze_cc1 -analyzer-constraints=z3 %s 2>&1 | FileCheck %s
2
// REQUIRES: no-z3
3
4
// CHECK: error: analyzer constraint manager 'z3' is only available if LLVM
5
// CHECK: was built with -DLLVM_ENABLE_Z3_SOLVER=ON