20 #ifndef BUILDCACHE_CLANG_CL_WRAPPER_HPP_
21 #define BUILDCACHE_CLANG_CL_WRAPPER_HPP_
23 #include <wrappers/msvc_wrapper.hpp>
38 #endif // BUILDCACHE_CLANG_CL_WRAPPER_HPP_
Path to an executable file.
Definition: file_utils.hpp:127
std::string get_program_id() override
Get a string that uniquely identifies the program.
Definition: clang_cl_wrapper.cpp:51
bool can_handle_command() override
Check if this class implements a wrapper for the given command.
Definition: clang_cl_wrapper.cpp:37
The top level namespace.
Definition: compressor.cpp:34
A convenient vector of strings container with support functions for program argument handling.
Definition: string_list.hpp:30
A program wrapper MS Visual Studio.
Definition: msvc_wrapper.hpp:27
The clang-cl wrapper is almost identical to the MSVC wrapper.
Definition: clang_cl_wrapper.hpp:27