Files
clang-p2996/clang/test/Frontend/Inputs/rewrite-includes7.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

5 lines
76 B
C

#ifndef REWRITE_INCLUDES_7
#define REWRITE_INCLUDES_7
included_line7
#endif