1 // RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux -analyzer-checker=alpha.clone.CloneChecker -analyzer-config alpha.clone.CloneChecker:MinimumCloneComplexity=10 -verify %s
3 // expected-no-diagnostics
7 if (src
< 100 && src
> 0) {
18 // Identical to foo1 except that it adds two instead of one, so it's no clone.
21 if (src
< 100 && src
> 0) {
32 // Identical to foo1 except that its a volatile asm statement, so it's no clone.
35 if (src
< 100 && src
> 0) {
37 asm volatile ("mov %1, %0\n\t"