From 96d8c3dc6c55c20f8fd2b542bde87ea22f9c5efb Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Thu, 29 Apr 2021 07:25:54 -0700 Subject: [PATCH] [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 --- infer/src/clang/cMethod_trans.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/src/clang/cMethod_trans.ml b/infer/src/clang/cMethod_trans.ml index 3ef0d39fe..986db2b58 100644 --- a/infer/src/clang/cMethod_trans.ml +++ b/infer/src/clang/cMethod_trans.ml @@ -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