brintos

brintos / llvm-project-archived public Read only

0
0
Text · 201 B · 8b0895a Raw
4 lines · cpp
1// RUN: not clang-tidy -checks=-*,llvm-namespace-comment %s -- -serialize-diagnostics %t | FileCheck %s2// CHECK: :[[@LINE+1]]:12: error: expected ';' after struct [clang-diagnostic-error]3struct A {}4