brintos

brintos / llvm-project-archived public Read only

0
0
Text · 232 B · 660addc Raw
8 lines · cpp
1// RUN: %check_clang_tidy -expect-clang-tidy-error %s altera-struct-pack-align %t -- -header-filter=.*2 3struct A;4struct B {5  A a;6// CHECK-MESSAGES: :[[@LINE-1]]:5: error: field has incomplete type 'A' [clang-diagnostic-error]7};8