@@ -267,16 +267,6 @@ OPTIONS
267267 escaped for the shell, eg coming from Xcode (can be specified
268268 multiple times) See also infer-capture(1).
269269
270- --config-checks-between-markers
271- Activates: checker config-checks-between-markers: [EXPERIMENTAL]
272- Collects config checks between marker start and end. (Conversely:
273- --no-config-checks-between-markers) See also infer-analyze(1).
274-
275- --config-checks-between-markers-only
276- Activates: Enable config-checks-between-markers and disable all
277- other checkers (Conversely:
278- --no-config-checks-between-markers-only) See also infer-analyze(1).
279-
280270 --config-impact-analysis
281271 Activates: checker config-impact-analysis: [EXPERIMENTAL] Collects
282272 function that are called without config checks. (Conversely:
@@ -472,7 +462,6 @@ OPTIONS
472462 COMPONENT_WITH_MULTIPLE_FACTORY_METHODS (enabled by default),
473463 CONDITION_ALWAYS_FALSE (disabled by default),
474464 CONDITION_ALWAYS_TRUE (disabled by default),
475- CONFIG_CHECKS_BETWEEN_MARKERS (disabled by default),
476465 CONFIG_IMPACT (disabled by default),
477466 CONFIG_IMPACT_STRICT (disabled by default),
478467 CONSTANT_ADDRESS_DEREFERENCE (disabled by default),
0 commit comments