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