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
50b293d65e
llvm-project
/
clang
/
test
/
Lexer
/
token-concat.c
5 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
Eliminate &&s in tests. - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
2009-11-08 09:45:36 +08:00
// RUN: clang-cc -E -x c -o %t %s
Fix -E mismatch; an identifier followed by a numeric constant does not require a space (to avoid concatenation) if the numeric constant had a leading period. - PR3819. llvm-svn: 67163
2009-03-18 11:32:24 +08:00
// RUN: grep 'IDENT.2' %t
IDENT
.2