[clang] 7af309a - [clang][DependencyScanning] clang-format.
Michael Spencer via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 24 18:28:13 PDT 2019
Author: Michael Spencer
Date: 2019-10-24T18:28:01-07:00
New Revision: 7af309a4ed1a105315a39af3c77da3a8912b8685
URL: https://github.com/llvm/llvm-project/commit/7af309a4ed1a105315a39af3c77da3a8912b8685
DIFF: https://github.com/llvm/llvm-project/commit/7af309a4ed1a105315a39af3c77da3a8912b8685.diff
LOG: [clang][DependencyScanning] clang-format.
Added:
Modified:
clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
Removed:
################################################################################
diff --git a/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp b/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
index 82b3ae806c65..5a6e2118a6ee 100644
--- a/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
+++ b/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
@@ -16,8 +16,9 @@ namespace dependencies{
DependencyScanningTool::DependencyScanningTool(DependencyScanningService &Service,
const tooling::CompilationDatabase &Compilations) : Worker(Service), Compilations(Compilations) {}
-llvm::Expected<std::string> DependencyScanningTool::getDependencyFile(const std::string &Input,
- StringRef CWD) {
+llvm::Expected<std::string>
+DependencyScanningTool::getDependencyFile(const std::string &Input,
+ StringRef CWD) {
/// Prints out all of the gathered dependencies into a string.
class DependencyPrinterConsumer : public DependencyConsumer {
public:
More information about the cfe-commits
mailing list