Lines Matching full:errors
410 // to error. Errors can only be mapped to fatal.
461 // Upgrade ignored or warning diagnostics to errors.
468 // At this point, ignored errors can no longer be upgraded.
472 // Honor -w, which is lower in priority than pedantic-errors, but higher than
477 // If -Werror is enabled, map warnings to errors unless explicitly disabled.
483 // If -Wfatal-errors is enabled, map errors to fatal unless explicity
492 // -pedantic-errors modes, which *map* warnings/extensions to errors.
664 // Warnings which have been upgraded to errors do not prevent compilation.
673 // If we've emitted a lot of errors, emit a fatal error instead of it to
674 // stop a flood of bogus errors.
706 // Only errors may be unrecoverable.
714 // Currently we consider all ARC errors as recoverable.