blob: 7eab021937b771fa0577672b832e8eba1f82ab2e [file] [log] [blame]
Argyrios Kyrtzidisb16ff5d2012-05-10 05:03:45 +00001// RUN: rm -f %t
Richard Smith48f244a2012-12-05 22:33:14 +00002// RUN: %clang -fsyntax-only %s -Wblahblah --serialize-diagnostics %t > /dev/null 2>&1
Argyrios Kyrtzidisb16ff5d2012-05-10 05:03:45 +00003// RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
4
5// This test case tests that we can handle frontend diagnostics.
6
7// CHECK: warning: unknown warning option '-Wblahblah'
8// CHECK: Number of diagnostics: 1