]> git.ipfire.org Git - thirdparty/ccache.git/commit
Revert "feat: Support auto depend mode for MSVC without /showIncludes (#1158)"
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 5 Oct 2022 17:52:45 +0000 (19:52 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 5 Oct 2022 17:52:45 +0000 (19:52 +0200)
commitf3fca98dae712370b279d881594e8bc1087daf24
tree6ec1845a11c056088ff0f9effc92240cf1b543a1
parent8b65880b5ad817156b58c58b5133aafc99b0a264
Revert "feat: Support auto depend mode for MSVC without /showIncludes (#1158)"

This reverts commit 8b65880b5ad817156b58c58b5133aafc99b0a264.

See <https://github.com/ccache/ccache/pull/1158#issuecomment-1268748557>.
src/ArgsInfo.hpp
src/Config.cpp
src/Config.hpp
src/Context.hpp
src/argprocessing.cpp
src/ccache.cpp
src/core/CMakeLists.txt
src/core/ResultRetriever.cpp
src/core/ShowIncludesParser.cpp [deleted file]
src/core/ShowIncludesParser.hpp [deleted file]
unittest/test_Config.cpp