Add options for the codegen of inout arguments
commit465c383a9f8a911958990483ee6351dcee3629a5
authorOguz Ulgen <oulgen@fb.com>
Tue, 21 Nov 2017 02:33:41 +0000 (20 18:33 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 21 Nov 2017 16:56:40 +0000 (21 08:56 -0800)
treec824681d077fe56620eb534381165b98e192dce3
parentf9b242e4ee6ecad5eab7a5b3bb5bc5783202d1af
Add options for the codegen of inout arguments

Summary:
Add codegen for inout arguments

This diff adds support for options related to inout arguments

Reviewed By: hubyrod

Differential Revision: D6355560

fbshipit-source-id: c8012f4f976d2756ed098b916f43f2be7ed080a8
hphp/hack/src/hhbc/Hhas_parser_actions.ml
hphp/hack/src/hhbc/emit_expression.ml
hphp/hack/src/hhbc/emit_function.ml
hphp/hack/src/hhbc/emit_inout_function.ml
hphp/hack/src/hhbc/emit_inout_function.mli
hphp/hack/src/hhbc/emit_inout_helpers.ml
hphp/hack/src/hhbc/hhas_param.ml
hphp/hack/src/hhbc/hhbc_options.ml
hphp/hack/src/hhbc/instruction_sequence.ml
hphp/test/hhcodegen_failing_tests_slow
hphp/test/run