Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/kotlin-native-toolchain
/
.
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
serialize-diagnostics.cpp
blob: 8b0895af795a023df4ea8d9afd9dd7a1b9d014cd [
file
] [
log
] [
blame
] [
edit
]
// 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
{}