|
|
@ -130,8 +130,6 @@ exception Unary_minus_applied_to_unsigned_expression of Localise.error_desc * L.
|
|
|
|
|
|
|
|
|
|
|
|
exception Unknown_proc
|
|
|
|
exception Unknown_proc
|
|
|
|
|
|
|
|
|
|
|
|
exception Unreachable_code_after of Localise.error_desc * L.ocaml_pos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exception Unsafe_guarded_by_access of Localise.error_desc * L.ocaml_pos
|
|
|
|
exception Unsafe_guarded_by_access of Localise.error_desc * L.ocaml_pos
|
|
|
|
|
|
|
|
|
|
|
|
exception Use_after_free of Localise.error_desc * L.ocaml_pos
|
|
|
|
exception Use_after_free of Localise.error_desc * L.ocaml_pos
|
|
|
@ -532,13 +530,6 @@ let recognize_exception exn =
|
|
|
|
; visibility= Exn_developer
|
|
|
|
; visibility= Exn_developer
|
|
|
|
; severity= None
|
|
|
|
; severity= None
|
|
|
|
; category= Nocat }
|
|
|
|
; category= Nocat }
|
|
|
|
| Unreachable_code_after (desc, ocaml_pos) ->
|
|
|
|
|
|
|
|
{ name= IssueType.unreachable_code_after
|
|
|
|
|
|
|
|
; description= desc
|
|
|
|
|
|
|
|
; ocaml_pos= Some ocaml_pos
|
|
|
|
|
|
|
|
; visibility= Exn_user
|
|
|
|
|
|
|
|
; severity= None
|
|
|
|
|
|
|
|
; category= Nocat }
|
|
|
|
|
|
|
|
| Unsafe_guarded_by_access (desc, ocaml_pos) ->
|
|
|
|
| Unsafe_guarded_by_access (desc, ocaml_pos) ->
|
|
|
|
{ name= IssueType.unsafe_guarded_by_access
|
|
|
|
{ name= IssueType.unsafe_guarded_by_access
|
|
|
|
; description= desc
|
|
|
|
; description= desc
|
|
|
|