Nora Dimitrijević

Results 9 issues of 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++

- C++: Initial commit of `cpp/comma-before-missing-indentation` - C++: Initial `cpp/comma-before-misleading-indentation`

C++
documentation
ready-for-doc-review

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

C++

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...

C++

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:...

C#
C++
Java

Example prior work: https://github.com/github/codeql/pull/18848

Java
no-change-note-required

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...

no-change-note-required
Go
Ruby
Swift