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
58905d251b
llvm-project
/
clang
/
test
/
Lexer
/
comment-escape.c
7 lines
79 B
C
Raw
Normal View
History
Unescape
Escape
Update tests to use %clang instead of 'clang', and forcibly disable use of ' clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
2009-12-16 06:01:24 +08:00
// RUN: %clang -fsyntax-only %s
fix rdar://6757323, where an escaped newline in a // comment was causing the char after the newline to get eaten. llvm-svn: 68430
2009-04-05 08:26:41 +08:00
// rdar://6757323
/
/
foo
\
Remove tabs, and whitespace cleanups. llvm-svn: 81346
2009-09-09 23:08:12 +08:00
#
define blork 32
fix rdar://6757323, where an escaped newline in a // comment was causing the char after the newline to get eaten. llvm-svn: 68430
2009-04-05 08:26:41 +08:00