always enable always-on reflectionnightly-2022.11.21
commit8239d0e6ae607ca2c1fc1632d9b0c673a4d1cdc9
authorTJ Yin <ytj@meta.com>
Mon, 21 Nov 2022 01:58:54 +0000 (20 17:58 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 21 Nov 2022 01:58:54 +0000 (20 17:58 -0800)
treec5acdb3e29524da80de1ec30cc14c5001dadf9ad
parent3acecb26e7c3f623f4e78aa15cd56e74941f03aa
always enable always-on reflection

Reviewed By: iahs

Differential Revision: D41206093

fbshipit-source-id: 3e22cb524229d4c8b716b085f9d4df30c2ff6603
64 files changed:
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/reflection.mustache
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/encode/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_types.h