MCPcopy Create free account
hub / github.com/Kitware/CMake / IsSupportedClassifiedFlagsLanguage

Function IsSupportedClassifiedFlagsLanguage

Source/cmGeneratorTarget.cxx:2112–2115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2110namespace {
2111
2112bool IsSupportedClassifiedFlagsLanguage(std::string const& lang)
2113{
2114 return lang == "CXX"_s;
2115}
2116
2117bool CanUseCompilerLauncher(std::string const& lang)
2118{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…