<div dir="ltr">Please provide a testcase.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Oct 18, 2013 at 5:43 PM, Justin Bogner <span dir="ltr"><<a href="mailto:mail@justinbogner.com" target="_blank">mail@justinbogner.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The C and C++ standards disallow using universal character names to<br>
refer to some characters, such as basic ascii and control characters,<br>
so we reject these sequences in the lexer. However, when the<br>
preprocessor isn't being used on C or C++, it doesn't make sense to<br>
apply these restrictions.<br>
<br>
Notably, accepting these characters avoids issues with unicode escapes<br>
when GHC uses the compiler as a preprocessor on haskell sources.<br>
<br>
Okay to commit?<br>
<br>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>