Skip to content

BasicBlock: Replace entryBlock predicate with subclass.

09b2c5a
Select commit
Loading
Failed to load commit list.
Merged

Shared: Add and use a signature for basic blocks #20253

BasicBlock: Replace entryBlock predicate with subclass.
09b2c5a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Sep 1, 2025 in 2s

3 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 3 configurations present on refs/heads/main were not found:

Actions workflow (rust-analysis.yml)

  • ❓  .github/workflows/rust-analysis.yml:analyze/language:rust

Actions workflow (csv-coverage-metrics.yml)

  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-csharp
  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-java

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1954 in cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

See this annotation in the file changed.

Code scanning / CodeQL

Missing QLDoc for parameter Warning

The QLDoc has no documentation for certain, but the QLDoc mentions begin

Check warning on line 370 in javascript/ql/lib/semmle/javascript/internal/BasicBlockInternal.qll

See this annotation in the file changed.

Code scanning / CodeQL

Names only differing by case Warning

Js is only different by casing from js that is used elsewhere for modules.
Js is only different by casing from JS that is used elsewhere for modules.

Check warning on line 248 in ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImpl.qll

See this annotation in the file changed.

Code scanning / CodeQL

Missing QLDoc for parameter Warning

The QLDoc has no documentation for bb, or def, or i, but the QLDoc mentions lastRefRedef

Check warning on line 508 in ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImpl.qll

See this annotation in the file changed.

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.