Skip to content

Commit b09386a

Browse files
committed
Codegen: ignore synth properties in Raw.qll
1 parent 00fb796 commit b09386a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/codegen/templates/ql_db.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module Raw {
1515
{{#final}}override string toString() { result = "{{name}}" }{{/final}}
1616

1717
{{#properties}}
18+
{{^synth}}
1819
/**
1920
* {{>ql_property_doc}} *
2021
{{#has_description}}
@@ -26,6 +27,7 @@ module Raw {
2627
{{type}} {{getter}}({{#is_indexed}}int index{{/is_indexed}}) {
2728
{{tablename}}({{#tableparams}}{{^first}}, {{/first}}{{param}}{{/tableparams}})
2829
}
30+
{{/synth}}
2931
{{/properties}}
3032
}
3133

0 commit comments

Comments
 (0)