mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Codegen: define and propagate synth property flag
This commit is contained in:
@@ -111,7 +111,7 @@ def get_ql_property(cls: schema.Class, prop: schema.Property, prev_child: str =
|
||||
is_predicate=prop.is_predicate,
|
||||
is_unordered=prop.is_unordered,
|
||||
description=prop.description,
|
||||
synth=bool(cls.ipa),
|
||||
synth=bool(cls.ipa) or prop.synth,
|
||||
)
|
||||
if prop.is_single:
|
||||
args.update(
|
||||
|
||||
Reference in New Issue
Block a user