John Kessenich
affc26674d
PP: Recognize <> style #include header names. I.e., #include <header-name>.
...
Also correctly test and handle missing newline.
2017-01-03 11:05:16 -07:00
John Kessenich
cc16fa0720
Tests: Move to just linefeed to simply cross-platform test changes.
2015-12-10 18:01:54 -07:00
John Kessenich
cee88e3644
Whitespace in preprocessor results; trying to eliminate differences.
2015-08-16 11:35:30 -06:00
Lei Zhang
1eed969b2d
Output wrapping #line directives for included content.
...
Also changed the includer interface to let it return the actual
full path of the included file.
2015-07-31 19:41:19 -04:00
Lei Zhang
9c1280b225
Use extension framework to enable #include directive.
...
This patch introduces a new extension, GL_GOOGLE_include_directive,
to enable support #include directives. It depends on the extension
GL_GOOGLE_cpp_style_line_directive.
2015-07-31 19:41:19 -04:00