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
6a976bbcb7
llvm-project
/
clang
/
test
/
Preprocessor
/
function_macro_file.c
6 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
Rename clang to clang-cc. Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
2009-03-24 10:24:46 +08:00
/* RUN: clang-cc -E -P %s | grep f
Correctly respect C99 5.1.1.2p4 when searching for the first '(' of a function-like macro invocation. Patch contributed by Neil Booth. llvm-svn: 40026
2007-07-19 08:07:36 +08:00
*/
#
include
"function_macro_file.h"
(
)