Skip to content
Snippets Groups Projects
Commit 843efd5d authored by Eric Christopher's avatar Eric Christopher
Browse files

Check that we have an unknown upper bound range for our flexible array members.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157305 91177308-0d34-0410-b5e6-96231b3b80d8
parent 9ee5f464
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
// CHECK: DW_TAG_subrange_type
// CHECK: metadata !{i32 {{.*}}, i64 1, i64 0} ; [ DW_TAG_subrange_type ]
struct StructName {
int member[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment