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
4aacad1f93
llvm-project
/
clang
/
test
/
Preprocessor
/
include-directive2.c
5 lines
71 B
C
Raw
Normal View
History
Unescape
Escape
Ok, we need a system header for this test to pass in the clang/test directory as well as from the pp directory. llvm-svn: 63763
2009-02-05 03:44:14 +08:00
// RUN: clang -Eonly %s
smaller header. llvm-svn: 63766
2009-02-05 03:47:38 +08:00
#
define HEADER <float.h>
implement a missing feature in the #include handler, where it did not handle <xyz> headers coming from macro expansions. This requires special treatment, as the include name is lexed as multiple tokens, which require reassembly before processing. llvm-svn: 40418
2007-07-23 12:56:47 +08:00
#
include HEADER