summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/serialize-diagnostics.cpp
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 {}
OpenPOWER on IntegriCloud