Add the remaining fun_ properties to Aast
commit54244d7785bd709670c100b471a993b475de2c5c
authorThomas Jiang <thomasjiang@fb.com>
Tue, 18 Dec 2018 07:40:29 +0000 (17 23:40 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 18 Dec 2018 07:44:03 +0000 (17 23:44 -0800)
tree5c1b146252308601834435274a3b619a3f854a0b
parentf913525250a21bff94e34bc7ea4bf2ad93b7afcb
Add the remaining fun_ properties to Aast

Summary:
Add namespace, doc comment, and static ness to fun_.

I'm a bit confused as to how a fun_ could be static?

Reviewed By: arun11111

Differential Revision: D13472284

fbshipit-source-id: 5238c796e72272943d277c39c0b4690ebb5b8690
48 files changed:
hphp/hack/src/annotated_ast/aast.ml
hphp/hack/src/annotated_ast/aast_mapper.ml
hphp/hack/src/naming/ast_to_nast.ml
hphp/hack/src/naming/naming.ml
hphp/hack/src/typing/typing.ml
hphp/hack/test/nast/fun_decl.php.exp
hphp/hack/test/nast/fun_empty.php.exp
hphp/hack/test/tast/add_vector.php.exp
hphp/hack/test/tast/arith_plus.php.exp
hphp/hack/test/tast/array_filter.php.exp
hphp/hack/test/tast/array_map.php.exp
hphp/hack/test/tast/array_order.php.exp
hphp/hack/test/tast/assert.php.exp
hphp/hack/test/tast/async_lambda.php.exp
hphp/hack/test/tast/call_args.php.exp
hphp/hack/test/tast/construct_unknown_class.php.exp
hphp/hack/test/tast/control_flow/do.php.exp
hphp/hack/test/tast/control_flow/do_throw_while.php.exp
hphp/hack/test/tast/control_flow/dos.php.exp
hphp/hack/test/tast/control_flow/loop_cond.php.exp
hphp/hack/test/tast/control_flow/while.php.exp
hphp/hack/test/tast/control_flow/while_throw.php.exp
hphp/hack/test/tast/dynamic_member_access.php.exp
hphp/hack/test/tast/eq_op.php.exp
hphp/hack/test/tast/foreach_ref.php.exp
hphp/hack/test/tast/fun_meth_variadic.php.exp
hphp/hack/test/tast/lambda1.php.exp
hphp/hack/test/tast/lambda_contextual.php.exp
hphp/hack/test/tast/lambda_efun.php.exp
hphp/hack/test/tast/multiple_type.php.exp
hphp/hack/test/tast/null_check.php.exp
hphp/hack/test/tast/null_coalesce.php.exp
hphp/hack/test/tast/null_coalesce_assignment.php.exp
hphp/hack/test/tast/pseudofunctions.php.exp
hphp/hack/test/tast/re_prefixed_string/re_prefixed_string.php.exp
hphp/hack/test/tast/reactive.php.exp
hphp/hack/test/tast/reify_mix_with_erased.php.exp
hphp/hack/test/tast/ret_by_ref.php.exp
hphp/hack/test/tast/shapes_special_functions.php.exp
hphp/hack/test/tast/singleton_unresolved_function_call.php.exp
hphp/hack/test/tast/switch_fallthrough.php.exp
hphp/hack/test/tast/try_catch.php.exp
hphp/hack/test/tast/unbound_global.php.exp
hphp/hack/test/tast/unresolved_grown_after_lambda.php.exp
hphp/hack/test/tast/unsafe_block.php.exp
hphp/hack/test/tast/unsafe_expr.php.exp
hphp/hack/test/tast/using.php.exp
hphp/hack/test/tast/xhp.php.exp