[clang] fix typo making public methods protected

Summary: To be fair that doesn't seem to matter at all, with no test affected.

Reviewed By: ngorogiannis

Differential Revision: D28091608

fbshipit-source-id: 172bd2ff1
master
Jules Villard 4 years ago committed by Facebook GitHub Bot
parent 49883a8332
commit 96d8c3dc6c

@ -203,7 +203,7 @@ let create_local_procdesc ?(set_objc_accessor_attr = false) ?(record_lambda_capt
| `Protected ->
Protected
| `Public ->
Protected
Public
in
let captured_mangled =
List.map

Loading…
Cancel
Save