For the LLVM 14 release, don't ship incomplete features (currently
ranges and format) by default. If some vendors want to ship those
features, they can override the CMake option manually. This is
consistent with what we did for LLVM 13.
Note that this patch is only aimed towards the release/14.x branch.
No objection to this change. However I think the release notes need to be updated. The first bullet regarding <format> contains the wording.
The current wording implies ON is the default.