Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
serialize-diagnostics.cpp
blob: 8b0895af795a023df4ea8d9afd9dd7a1b9d014cd [
file
] [
log
] [
blame
]
// RUN: not clang-tidy -checks=-*,llvm-namespace-comment %s -- -serialize-diagnostics %t | FileCheck %s
// CHECK: :[[@LINE+1]]:12: error: expected ';' after struct [clang-diagnostic-error]
struct
A
{}