This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
cc11b6c1fe
llvm-project
/
clang
/
test
/
Preprocessor
/
macro_paste_bcpl_comment.c
6 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
Add 'not' to commands that are expected to fail. This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
2013-07-05 00:16:58 +08:00
// RUN: not %clang_cc1 %s -Eonly 2>&1 | grep error
Move LexingRawMode handling of file EOF out of the preprocessor into the lexer. This makes more logical sense and also unbreaks the case when the lexer hasn't been pushed onto the PP include stack. This is the case when pasting identifiers. This patch implements macro_paste_bcpl_comment.c. llvm-svn: 38736
2006-07-19 14:31:49 +08:00
#
define COMM1
/
##
/
COMM1