mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00

It is the same as GCC built-in provider but with tweaked parameters to pass to Clang driver. It has to be enabled by hand since there is no toolchain associated with it for now. Change-Id: I5455d04725b2ee4709844d32ee32d355d120d807 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
17 lines
No EOL
469 B
INI
17 lines
No EOL
469 B
INI
pluginName = MSVC Build Integration Plug-in
|
|
providerName = Eclipse CDT
|
|
|
|
toolchain.name=Microsoft Visual C++
|
|
|
|
compiler.name.abstract=Abstract Compiler
|
|
compiler.name.c=C Compiler (cl)
|
|
compiler.name.cpp=C++ Compiler (cl)
|
|
rc.name=Resource Compiler (rc)
|
|
linker.name=Linker (link)
|
|
lib.name=Library Manager (lib)
|
|
|
|
config.debug=Debug
|
|
config.release=Release
|
|
|
|
MSVCOutputParser.name = MSVC Build Output Parser
|
|
ClangCLBuiltinSpecsDetector.name = Clang-cl Built-in Compiler Settings |