summaryrefslogtreecommitdiffstats
path: root/test/PCH/debug-info-limited-struct.c
blob: 067f98165a27deec31c775dc3543d7f880757658 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -emit-pch -o %t %S/debug-info-limited-struct.h
// RUN: %clang_cc1 -include-pch %t -emit-llvm %s -g -o - | FileCheck %s

// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo"
// CHECK-NOT:              flags: {{[^,]*}}FlagFwdDecl
// CHECK-SAME:             {{$}}
OpenPOWER on IntegriCloud