Skip to content

[CP][beta channel] Fix wrong analyzer warnings on ..ref #44822

@dcharkes

Description

@dcharkes

commit(s) to merge: bc5952d

The ffi_verifier in the analyzer used the target getter instead of the realTarget getter. The former one does not work on .. but only . leading to wrong error messages on all uses of ..ref.

Merge instructions: Merges cleanly

Why cherrypick: Without this fix, package:win32 (and other packages) get wrong deprecation warnings misleading users and cluttering the warnings list in the IDE. Package such as package:win32 use the ..ref pattern extensively.

Risk: Low. Uses a more general accessor in the analyzer in two places.

Link to original issue(s): #44782

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions