mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Codegen: ignore synth properties in cppgen
This commit is contained in:
@@ -76,7 +76,7 @@ class Processor:
|
||||
bases=[self._get_class(b) for b in cls.bases],
|
||||
fields=[
|
||||
_get_field(cls, p, self._add_or_none_except)
|
||||
for p in cls.properties if "cpp_skip" not in p.pragmas
|
||||
for p in cls.properties if "cpp_skip" not in p.pragmas and not p.synth
|
||||
],
|
||||
final=not cls.derived,
|
||||
trap_name=trap_name,
|
||||
|
||||
Reference in New Issue
Block a user