forked from OSchip/llvm-project
parent
e6a1582595
commit
40ec9188b6
|
@ -1,7 +1,6 @@
|
||||||
// RUN: rm -f %t
|
// RUN: rm -f %t
|
||||||
// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG -analyzer-config cfg-temporary-dtors=true %s > %t 2>&1
|
// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG -analyzer-config cfg-temporary-dtors=true %s > %t 2>&1
|
||||||
// RUN: FileCheck --input-file=%t %s
|
// RUN: FileCheck --input-file=%t %s
|
||||||
// XPASS: *
|
|
||||||
|
|
||||||
class A {
|
class A {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue