Lines Matching +full:- +full:- +full:repo
1 //===- Version.cpp - Clang Version Number -----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines several version-related utility functions for Clang.
11 //===----------------------------------------------------------------------===//
105 std::string repo = getClangFullRepositoryVersion(); in getClangToolFullVersion() local
106 if (!repo.empty()) { in getClangToolFullVersion()
107 OS << " " << repo; in getClangToolFullVersion()
120 std::string repo = getClangFullRepositoryVersion(); in getClangFullCPPVersion() local
121 if (!repo.empty()) { in getClangFullCPPVersion()
122 OS << " " << repo; in getClangFullCPPVersion()