Skip to content

C++: add support for custom wide character sizes #23

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

Closed

Conversation

rdmarsh2
Copy link
Contributor

@rdmarsh2 rdmarsh2 commented Aug 6, 2018

Certain Microsoft projects, such as CoreCLR and ChakraCore, use a
library called the PAL, which enables two-byte strings in the printf
family of functions, even when built on a platform with four-byte
strings. This adds support for determining the size of a wide character
from the definitions of such functions, rather than assuming that they
match the compiler's wchar_t.

Certain Microsoft projects, such as CoreCLR and ChakraCore, use a
library called the PAL, which enables two-byte strings in the printf
family of functions, even when built on a platform with four-byte
strings. This adds support for determining the size of a wide character
from the definitions of such functions, rather than assuming that they
match the compiler's wchar_t.
@jonas-semmle
Copy link
Contributor

Semmle employees, please see the discussion at https://git.semmle.com/Semmle/public-ql/pull/49

@jonas-semmle
Copy link
Contributor

I'd like to have Geoffrey review this if it can wait until next week when he's back from holiday.

jonas-semmle pushed a commit that referenced this pull request Aug 7, 2018
JavaScript: Fix outdated qldoc in `DataFlow.qll`.
@rdmarsh2 rdmarsh2 requested a review from geoffw0 August 13, 2018 17:18
@geoffw0
Copy link
Contributor

geoffw0 commented Aug 14, 2018

As far as I can tell my comments on https://git.semmle.com/Semmle/public-ql/pull/49 still need responding to.

Also, I think this needs a change note.

@jbj jbj added the C++ label Aug 27, 2018
@jbj
Copy link
Contributor

jbj commented Sep 6, 2018

I'll close this. @geoffw0 has agreed to take over this branch and get it ready for merging.

@jbj jbj closed this Sep 6, 2018
aibaars added a commit that referenced this pull request Oct 14, 2021
Add Locations.qll and import FileSystem and Locations libraries in generated AST
smowton pushed a commit to smowton/codeql that referenced this pull request Oct 28, 2021
erik-krogh pushed a commit to erik-krogh/ql that referenced this pull request Dec 15, 2021
Only generate `AsExpr`s when there is an `as` keyword
erik-krogh pushed a commit to erik-krogh/ql that referenced this pull request Dec 15, 2021
Only generate `AsExpr`s when there is an `as` keyword
dbartol pushed a commit that referenced this pull request Dec 18, 2024
feat(queries): Migrate queries from AdvancedSecurity repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants