Skip to content

Commit

Permalink
[clang][DependencyScanning] clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigcheese committed Oct 25, 2019
1 parent c27010e commit 7af309a
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -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:
Expand Down

0 comments on commit 7af309a

Please sign in to comment.