Skip to content

Commit 6559d45

Browse files
committed
Polish PR
1 parent 9153dd9 commit 6559d45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/IRGen/GenClangDecl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "clang/AST/RecursiveASTVisitor.h"
2121
#include "clang/CodeGen/ModuleBuilder.h"
2222
#include "llvm/ADT/SmallPtrSet.h"
23-
#include "llvm/Support/raw_ostream.h"
2423

2524
using namespace swift;
2625
using namespace irgen;
@@ -115,7 +114,7 @@ void IRGenModule::emitClangDecl(const clang::Decl *decl) {
115114

116115
if (auto var = dyn_cast<clang::VarDecl>(next))
117116
if (!var->isFileVarDecl())
118-
continue;
117+
continue;
119118

120119
ClangCodeGen->HandleTopLevelDecl(clang::DeclGroupRef(next));
121120
}

0 commit comments

Comments
 (0)