mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-12 18:02:43 +00:00
"missing ivar release" is a performance bug.
llvm-svn: 58436
This commit is contained in:
parent
50af02391b
commit
1e0d95e17e
@ -166,6 +166,8 @@ class RadarClassificationParameter(SelectionParameter):
|
||||
return '3'
|
||||
elif bugtype.find("dereference") != -1:
|
||||
return '2'
|
||||
elif bugtype.find("missing ivar release") != -1:
|
||||
return '3'
|
||||
else:
|
||||
return '7'
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user