Nora Dimitrijević
Nora Dimitrijević
- Update .gitignore for .vscode/*.log temporaries - C++: Add test and placeholder query. - C++: First working. We now prefer flagging the cases where the variable was initialized, as in...
- C++: Initial commit of `cpp/comma-before-missing-indentation` - C++: Initial `cpp/comma-before-misleading-indentation`
Enable BigInt results in Quick Evals. TODO: - [ ] Tests - [ ] Update the [changelog](https://github.com/github/vscode-codeql/blob/main/extensions/ql-vscode/CHANGELOG.md)
Commits: - **SimpleRangeAnalysis lib/: float -> BigInt**: library changes - **SimpleRangeAnalysis src/: float -> BigInt**: query changes - **SimpleRangeAnalysis test/: float -> BigInt**: test changes
This small change should simplify the SimpleRangeAnalysis library down the line by ignoring floats, but it also reduces the precision of some queries. Some coding standard tests are also expected...
This PR use BigInt as the Delta type everywhere in the shared range analysis library. Shared commit: - **shared/rangeanalysis: use BigInt as the Delta type everywhere** C++ commits: - **cpp/ql/lib:...
Example prior work: https://github.com/github/codeql/pull/18848
Converts the remaining `{go,swift,ruby}-code-scanning.qls` query tests to `.qlref`. Example prior work: https://github.com/github/codeql/pull/18848 In the Go IncorrectIntegerConversion case, the `#select`, `edges`, and `nodes` query predicates have different results depending on whether...