Mercurial > hg > CbC > CbC_llvm
view clang/test/Misc/serialized-diags-no-issue.c @ 165:597b3f1c2c93
fix call createTailCallEliminationPass
author | anatofuz |
---|---|
date | Tue, 24 Mar 2020 15:30:52 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line source
void foo(); // RUN: %clang -Wall -fsyntax-only %s --serialize-diagnostics %t // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s // RUN: rm -f %t // NOTE: it is important that this test case contains no issues. It tests // that serialize diagnostics work in the absence of any issues. // CHECK: Number of diagnostics: 0