Searched refs:clang_version_out (Results 1 – 1 of 1) sorted by relevance
21 …clang_version_out = subprocess.Popen([clang_path, "--version"], stdout=subprocess.PIPE).communicat… variable22 clang_version_match = re.search(CLANG_VERSION_REGEX, clang_version_out)