-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Upgrade to Clang 14 #241
Labels
Area-Translation
Issues concerning the translation from libclang into Biohazrd
Comments
PathogenDavid
added
the
Area-Translation
Issues concerning the translation from libclang into Biohazrd
label
Apr 14, 2022
Clang 14 introduced a new "Using" type class. It's causing the ptrdiff_t_Namespaced and size_t_Namespaced tests to fail because type reduction no longer works on std::ptrdiff_t and std::size_t. Whatever the actual |
PathogenDavid
added a commit
to MochiLibraries/ClangSharp.Pathogen
that referenced
this issue
Jun 9, 2022
* ClangSharp has joined the .NET Foundation since we last updated. In the process its license and copyright notice changed. * ClangSharp no longer supports .NET 5, as such we no longer support .NET 5. (See MochiLibraries/Biohazrd#241 (comment)) * Fixed minor race condition in LibClangSharpResolver found while testing these changes.
PathogenDavid
added a commit
to MochiLibraries/ClangSharp.Pathogen
that referenced
this issue
Jun 10, 2022
* ClangSharp has joined the .NET Foundation since we last updated. In the process its license and copyright notice changed. * ClangSharp no longer supports .NET 5, as such we no longer support .NET 5. (See MochiLibraries/Biohazrd#241 (comment)) * Fixed minor race condition in LibClangSharpResolver found while testing these changes.
PathogenDavid
added a commit
that referenced
this issue
Jun 10, 2022
* ClangSharp has joined the .NET Foundation since we last updated. In the process its license and copyright notice changed. * ClangSharp no longer supports .NET 5, as such we no longer support .NET 5. (See #241 (comment)) * Clang 14 introduced a new "using" type class, and support for it was added to TypeReductionTransformation.
PathogenDavid
added a commit
that referenced
this issue
Jun 10, 2022
* ClangSharp has joined the .NET Foundation since we last updated. In the process its license and copyright notice changed. * ClangSharp no longer supports .NET 5, as such we no longer support .NET 5. (See #241 (comment)) * Clang 14 introduced a new "using" type class, and support for it was added to TypeReductionTransformation. Fixes #241
PathogenDavid
added a commit
that referenced
this issue
Jun 10, 2022
* ClangSharp has joined the .NET Foundation since we last updated. In the process its license and copyright notice changed. * ClangSharp no longer supports .NET 5, as such we no longer support .NET 5. (See #241 (comment)) * Clang 14 introduced a new "using" type class, and support for it was added to TypeReductionTransformation. Fixes #241
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #176, MSVC bumped their required Clang version again as of 2022 17.2.0p3. (This was done in microsoft/STL#2474)
Might be a good idea to revisit #199 while we're at it.
The text was updated successfully, but these errors were encountered: