Mercurial > hg > CbC > CbC_llvm
view clang/test/Misc/find-diagnostic-id.c @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
// RUN: diagtool find-diagnostic-id warn_unused_variable > %t; FileCheck %s < %t // RUN: cat %t | xargs diagtool find-diagnostic-id | FileCheck %s --check-prefix=INVERSE // RUN: not diagtool find-diagnostic-id warn_unused_vars 2>&1 | FileCheck --check-prefix=ERROR %s // CHECK: {{^[0-9]+$}} // INVERSE: warn_unused_variable // ERROR: error: invalid diagnostic 'warn_unused_vars'