| 2110 | namespace { |
| 2111 | |
| 2112 | bool IsSupportedClassifiedFlagsLanguage(std::string const& lang) |
| 2113 | { |
| 2114 | return lang == "CXX"_s; |
| 2115 | } |
| 2116 | |
| 2117 | bool CanUseCompilerLauncher(std::string const& lang) |
| 2118 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…