Skip to content

Commit ba5218d

Browse files
authored
Merge pull request github#17420 from github/cklin/upgrade-properties-fix
C#: Fix trivial upgrade.properties errors
2 parents 90f7b30 + fae180f commit ba5218d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
description: Remove 'kind' from 'attributes'.
2-
compatability: full
3-
attributes.rel: reorder attributes.rel (@attribute id, int kind, @type_or_ref type_id, @attributable target) id type_id target
2+
compatibility: full
3+
attributes.rel: reorder attributes.rel (@attribute id, int kind, @type_or_ref type_id, @attributable target) id type_id target
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
description: Add 'kind' to 'attributes'.
2-
compatability: backwards
3-
attributes.rel: run attribute_kind.ql
2+
compatibility: backwards
3+
attributes.rel: run attribute_kind.ql
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Added '@cil_function_pointer_type' and related relations ('cil_function_pointer_return_type',
2-
'cil_function_pointer_calling_conventions'). Introduced 'cil_type_annotation' and '@cil_has_type_annotation'
1+
description: Added '@cil_function_pointer_type' and related relations ('cil_function_pointer_return_type', \
2+
'cil_function_pointer_calling_conventions'). Introduced 'cil_type_annotation' and '@cil_has_type_annotation' \
33
to store by-reference type annotation. Added '@cil_parameterizable' to represent methods and type parameters.
44
compatibility: backwards
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
description: Add '@preprocessor_directive' to store preprocessor directives. Add
2-
'locations_mapped' relation to store location that take into account '#line'
3-
directives. Finally, the '@define_symbol_expr' expression was added to represent
1+
description: Add '@preprocessor_directive' to store preprocessor directives. Add \
2+
'locations_mapped' relation to store location that take into account '#line' \
3+
directives. Finally, the '@define_symbol_expr' expression was added to represent \
44
symbols inside conditions of '#if' and '#elif' directives.
55
compatibility: backwards

0 commit comments

Comments
 (0)