1 // RUN: %clang_analyze_cc1 -std=c++11 -analyzer-checker=alpha.clone.CloneChecker -analyzer-config alpha.clone.CloneChecker:MinimumCloneComplexity=10 -analyzer-config alpha.clone.CloneChecker:IgnoredFilesPattern="moc_|.*_automoc.cpp" -verify %s
3 // Because files that have `_automoc.' in their names are most likely autogenerated,
4 // we suppress copy-paste warnings here.
6 // expected-no-diagnostics
16 delete [] p1
; // no-warning