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

Utas190812a #119

Merged
merged 11 commits into from
Aug 26, 2019
Merged

Utas190812a #119

merged 11 commits into from
Aug 26, 2019

Conversation

GregUtas
Copy link
Owner

Mostly parser enhancements:

  • Support wchar_t, char16_t, and char32_t as keywords.
  • Support character escape sequences (\, \x, \u, \U).
  • Support encoding tag prefixes (u8, u, U, L) for character and string literals.
  • Support alias types (using <name> = <TypeSpec>).
  • Allow flexible ordering of keyword tags used in function and data declarations/definitions.
  • Don't flag a deleted function with ItemCouldBePrivate.
  • Don't flag a direct template parameter with MemberInitMissing.
  • Use class instead of typename when a template parameter should be a class.

Modifies #66.

@GregUtas GregUtas merged commit 9a363cb into master Aug 26, 2019
@GregUtas GregUtas deleted the utas190812a branch August 26, 2019 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant