Mercurial > hg > CbC > CbC_llvm
view clang/test/Misc/diag-special-chars.c @ 176:de4ac79aef9d
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 17:13:11 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line source
// RUN: %clang_cc1 %s -verify // RUN: not %clang_cc1 %s 2>&1 | FileCheck %s // There is a special characters on the following line, which is used as a // marker character for diagnostic printing. Ensure diagnostics involving // this character does not cause problems with the diagnostic printer. #error Hi Bye //expected-error@-1 {{Hi Bye}} // CHECK: error: Hi Bye // CHECK: #error Hi <U+007F> Bye