Files
clang-p2996/clang/test/Frontend/Inputs/rewrite-includes1.h
David Blaikie d5321247c4 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives.
Patch contributed by Lubos Lunak (l.lunax@suse.cz).
Review by Matt Beaumont-Gay (matthewbg@google.com).

llvm-svn: 158093
2012-06-06 18:52:13 +00:00

4 lines
74 B
C

#pragma clang system_header
included_line1
#include "rewrite-includes2.h"