diff options
| author | Michael Spencer <michael_spencer@apple.com> | 2019-10-25 15:43:57 -0700 |
|---|---|---|
| committer | Michael Spencer <michael_spencer@apple.com> | 2019-10-25 15:43:57 -0700 |
| commit | 8da20560ab0da11c47d4718712c9c455e71c2b51 (patch) | |
| tree | 277c9337b54224f19544ef03d35a59a21eccadea /clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp | |
| parent | 7c603a41e20f461cf38ec7359a9eaa118fc0db5d (diff) | |
| download | bcm5719-llvm-8da20560ab0da11c47d4718712c9c455e71c2b51.tar.gz bcm5719-llvm-8da20560ab0da11c47d4718712c9c455e71c2b51.zip | |
[clang][DependencyScanning] 80-col.
Diffstat (limited to 'clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp')
| -rw-r--r-- | clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp b/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp index 5a6e2118a6e..d2af1a9d110 100644 --- a/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp +++ b/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp @@ -1,4 +1,4 @@ -//===- DependencyScanningTool.cpp - clang-scan-deps service ------------===// +//===- DependencyScanningTool.cpp - clang-scan-deps service ---------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -13,8 +13,10 @@ namespace clang{ namespace tooling{ namespace dependencies{ -DependencyScanningTool::DependencyScanningTool(DependencyScanningService &Service, -const tooling::CompilationDatabase &Compilations) : Worker(Service), Compilations(Compilations) {} +DependencyScanningTool::DependencyScanningTool( + DependencyScanningService &Service, + const tooling::CompilationDatabase &Compilations) + : Worker(Service), Compilations(Compilations) {} llvm::Expected<std::string> DependencyScanningTool::getDependencyFile(const std::string &Input, |

