blob: 804253c7d0869c79f695f2fe167e7a59c96a2115 (
plain)
1
2
3
|
// RUN: 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 {}
|