brintos

brintos / llvm-project-archived public Read only

0
0
Text · 772 B · 618c2cb Raw
33 lines · plain
1---2Name: Methods3Tags:4- Name: IntWrapper5  Methods:6  - Name: getIncremented7    Availability: none8    AvailabilityMsg: "oh no"9  - Name: getDecremented10    Availability: none11    AvailabilityMsg: "this should have no effect"12- Name: Outer13  Tags:14  - Name: Inner15    Methods:16    - Name: getDecremented17      Availability: none18      AvailabilityMsg: "nope"19    - Name: getIncremented20      Availability: none21      AvailabilityMsg: "this should have no effect"22  Methods:23  - Name: getDecremented24    Availability: none25    AvailabilityMsg: "this should have no effect"  26Functions:27- Name: getIncremented28  Availability: none29  AvailabilityMsg: "this should have no effect"30- Name: getDecremented31  Availability: none32  AvailabilityMsg: "this should have no effect"33