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
e3e0557f19
llvm-project
/
clang
/
test
/
Preprocessor
/
print_line_count.c
5 lines
71 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 -E -C -P %s | wc -l | grep 4
Fix PR2741 by making our newline tracking be aware of newlines that can occur in the middle of comment tokens. llvm-svn: 73365
2009-06-15 09:25:23 +08:00
PR2741
comment
*/
y