]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Rename ShowIncludesParser to MsvcShowIncludesOutput
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 15 Oct 2022 18:26:18 +0000 (20:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 16 Oct 2022 08:50:09 +0000 (10:50 +0200)
commit552d736e12931f1c9e286c8495a4687457921ba8
tree6f9a088cf8ebbea98ee7090e92bef1b86aa84556
parent4ad17e899ddb30a1591829c365c4e7e3b17a5943
refactor: Rename ShowIncludesParser to MsvcShowIncludesOutput

I think that this is more in line with what the namespace represents. I
also renamed ShowIncludesParser::tokenize to
MsvcShowIncludesOutput::get_includes since it's not returning generic
tokens but specifically includes files.
src/ccache.cpp
src/core/CMakeLists.txt
src/core/MsvcShowIncludesOutput.cpp [moved from src/core/ShowIncludesParser.cpp with 92% similarity]
src/core/MsvcShowIncludesOutput.hpp [moved from src/core/ShowIncludesParser.hpp with 81% similarity]
src/core/ResultRetriever.cpp
unittest/CMakeLists.txt
unittest/test_core_MsvcShowIncludesOutput.cpp [moved from unittest/test_core_ShowIncludesParser.cpp with 79% similarity]