[NFC] Split ModuleTrace Infrastructure out of FrontendTool

This commit is contained in:
Robert Widmann
2020-11-11 14:17:36 -08:00
parent adacecb47a
commit 17143cb9c3
7 changed files with 777 additions and 770 deletions

View File

@@ -2,13 +2,14 @@
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
#include "ScanDependencies.h"
#include "swift/AST/ASTContext.h"
#include "swift/AST/Decl.h"