Regression test for the --serialize-diagnostics problem fixed in r221884.

llvm-svn: 221885
This commit is contained in:
Alexander Kornienko 2014-11-13 13:09:16 +00:00
parent 254b7dba27
commit e553a93ba8
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
// RUN: clang-tidy %s -- --serialize-diagnostics %t | FileCheck %s
// CHECK: :[[@LINE+1]]:12: error: expected ';' after struct [clang-diagnostic-error]
struct A {}