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
ecdd68d760
llvm-project
/
clang
/
test
/
Preprocessor
/
pragma_sysheader.c
4 lines
98 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 -verify -pedantic %s -fsyntax-only
Fix #pragma GCC system_header by making it insert a virtual linemarker into the file at the point of the pragma. This allows clang to know that all sourcelocations after the pragma are in a system header. llvm-svn: 73376
2009-06-15 13:02:34 +08:00
// rdar://6899937
#
include
"pragma_sysheader.h"