Parser flag for coeffects
commita769245fc5f39f0458723e21ec3826076999f998
authorDavid Snider <dizzy@fb.com>
Mon, 14 Dec 2020 22:03:16 +0000 (14 14:03 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 14 Dec 2020 22:05:01 +0000 (14 14:05 -0800)
tree84262017d8d8cd16956965f56f9b471b0916ea8e
parent5a5d2787039965fa12d36d30820a724a5c0f041d
Parser flag for coeffects

Reviewed By: losvald

Differential Revision: D25485105

fbshipit-source-id: ca5e133d689ce8bd600fa7996f3db78f9ee42f70
18 files changed:
hphp/hack/src/hhbc/compile.rs
hphp/hack/src/hhbc/options.rs
hphp/hack/src/options/globalOptions.ml
hphp/hack/src/options/globalOptions.mli
hphp/hack/src/options/parserOptions.ml
hphp/hack/src/oxidized/gen/global_options.rs
hphp/hack/src/oxidized/gen/parser_options.rs
hphp/hack/src/oxidized/manual/global_options_impl.rs
hphp/hack/src/oxidized_by_ref/gen/global_options.rs
hphp/hack/src/oxidized_by_ref/manual/global_options_impl.rs
hphp/hack/src/parser/rust_parser_errors.rs
hphp/runtime/base/runtime-option.h
hphp/test/slow/coeffects/compilation/test.php [new file with mode: 0644]
hphp/test/slow/coeffects/compilation/test.php.expect [new file with mode: 0644]
hphp/test/slow/coeffects/compilation/test.php.hphp_opts [new file with mode: 0644]
hphp/test/slow/coeffects/compilation/test.php.opts [new file with mode: 0644]
hphp/test/slow/coeffects/compilation/test_bad.php [new file with mode: 0644]
hphp/test/slow/coeffects/compilation/test_bad.php.expectf [new file with mode: 0644]