-
Notifications
You must be signed in to change notification settings - Fork 1.9k
C#: Extract enum underlying type from IL #4761
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
Conversation
|
not to self: |
7635072 to
de4295a
Compare
de4295a to
01b4976
Compare
01b4976 to
ffd9b3b
Compare
This comment has been minimized.
This comment has been minimized.
hvitved
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, otherwise LGTM.
csharp/extractor/Semmle.Extraction.CIL/Entities/TypeDefinitionType.cs
Outdated
Show resolved
Hide resolved
|
Let's run this past CSharp-Differences before merging. |
Co-authored-by: Tom Hvitved <hvitved@github.com>
6cc5875 to
6dcfd57
Compare
6dcfd57 to
2257a8d
Compare
|
I've rebased this PR, and pushed two extra commits (DB upgrade folder and change notes) |
|
There are no changes in the diff job. |
Previously we were reporting
inton CIL extracted enum underlying types. This PR changes this by extracting the correct underlying type fromTypeDefinitionHandles. Additionally,System.Enumis removed from theEnumQL class.This PR adds commits on top of #4758.C# differencesC# differencesC# stats