Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 13907 - Surrogate pairs in wchar string literal will cause incorrect length match #4222

Merged
merged 3 commits into from
Dec 31, 2014

Commits on Dec 29, 2014

  1. 1 Configuration menu
    Copy the full SHA
    eec3d9e View commit details
    Browse the repository at this point in the history
  2. Handle extending string literal length to the target static array type

    Both expression initializers and struct literal arguments should support implicit string lengthen.
    9rnsr committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    f606bd4 View commit details
    Browse the repository at this point in the history
  3. fix Issue 13907 - Surrogate pairs in wchar string literal will cause …

    …incorrect length match
    
    Stop considering lengthen conversion in StringExp::implicitConvTo().
    9rnsr committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    6d73218 View commit details
    Browse the repository at this point in the history