We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a6f80 commit 173bc09Copy full SHA for 173bc09
lib/FrontendTool/FrontendTool.cpp
@@ -26,13 +26,13 @@
26
#include "TBD.h"
27
28
#include "swift/Subsystems.h"
29
-#include "swift/AST/ASTScope.h"
30
#include "swift/AST/DiagnosticsFrontend.h"
31
#include "swift/AST/DiagnosticsSema.h"
32
#include "swift/AST/ExperimentalDependencies.h"
33
#include "swift/AST/FileSystem.h"
34
#include "swift/AST/GenericSignatureBuilder.h"
35
#include "swift/AST/IRGenOptions.h"
+#include "swift/AST/NameLookup.h"
36
#include "swift/AST/ASTMangler.h"
37
#include "swift/AST/ReferencedNameTracker.h"
38
#include "swift/AST/TypeRefinementContext.h"
0 commit comments