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