44 lines · yaml
1--- !Analysis2Pass: generic-remarks-pass3Name: Remark4DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }5Function: func16Args:7 - count1: '1'8 - count2: '2'9 - count3: '3'10 - count4: '4'11 - String: ' instructions with '12 - type: remark13--- !Analysis14Pass: generic-remarks-pass15Name: Remark216DebugLoc: { File: path/to/anno2.c, Line: 1, Column: 2 }17Function: func118Args:19 - count1: '1'20 - count2: '2'21 - count3: '3'22 - String: ' instructions with '23 - type: remark24--- !Analysis25Pass: generic-remarks-pass26Name: Remark327DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }28Function: func129Args:30 - count1: '1'31 - String: ' instructions with '32 - type: remark33--- !Analysis34Pass: generic-remarks-pass35Name: Remark36DebugLoc: { File: path/to/anno.c, Line: 1, Column: 2 }37Function: func238Args:39 - count1: '1'40 - count2: '2'41 - count3: '3'42 - String: ' instructions with '43 - type: remark44