This patch stops adjusting the frontend action when clang-scan-deps is configured to use the full output format.
In a future patch, the dependency scanner needs to check whether the original compiler invocation builds a PCH. That's impossible when -Eonly et al. override -emit-pch.
The -Eonly flag is not needed - the dependency scanner explicitly sets up its own frontend action anyways.
Nit: blank line before the comment might make it easier to read; also the second line seems to have an indent, is that intentional?