repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
Lexer
/
bcpl-escaped-newline.c
blob
0883173b224fda898cc549ebb9d45f64f257c7e1
1
// RUN: %clang_cc1 -Eonly -ftrigraphs %s
2
// RUN: %clang_cc1 -Eonly -verify %s
3
4
//\
5
#error bar
6
7
//??/
8
#error qux
9
// expected-error@-1 {{qux}}
10
11
// Trailing whitespace!
12
//\
13
#error quux
14
// expected-warning@-2 {{backslash and newline separated by space}}