blob: 32196bfff8d12f70ffccfe91a881d7816e8a8007 [file] [log] [blame]
Ted Kremenek9e28fe62012-10-02 20:31:52 +00001// RUN: %clang --analyze %s -o /dev/null -Xclang -analyzer-checker=debug.ConfigDumper > %t 2>&1
2// RUN: FileCheck --input-file=%t %s
3
4void bar() {}
5void foo() { bar(); }
6
7class Foo {
8public:
9 void bar() {}
10 void foo() { bar(); }
11};
12
13// CHECK: [config]
14// CHECK-NEXT: c++-inlining = methods
15// CHECK-NEXT: c++-stdlib-inlining = true
16// CHECK-NEXT: c++-template-inlining = true
17// CHECK-NEXT: cfg-temporary-dtors = false
18// CHECK-NEXT: faux-bodies = true
19// CHECK-NEXT: [stats]
20// CHECK-NEXT: num-entries = 5