Merge pull request #43 from google/cpp-style-line-directive
authorJohn Kessenich <johnkslang@users.noreply.github.com>
Wed, 29 Jul 2015 00:55:44 +0000 (18:55 -0600)
committerJohn Kessenich <johnkslang@users.noreply.github.com>
Wed, 29 Jul 2015 00:55:44 +0000 (18:55 -0600)
commitd9b89d3e9a251a5ac52850849b6c06ca291d8f2c
tree6988072dda5f0c12c3a3524e75fb77b8888ee517
parentc777fc2c4c14991af0d98c094f532405364701f2
parent54e47cc2757efba3bd11e5153005d83adb9192f6
Merge pull request #43 from google/cpp-style-line-directive

Extend the syntax of #line and __FILE__ to support filename strings.

The implementation is done via introducing a new extension
GL_GOOGLE_cpp_style_line_directive using the extension framework.

The purpose is to support cpp-style #line directives, which is
required by #include.