[gardening] Fix end of namespace comments

This commit is contained in:
practicalswift
2017-04-20 22:01:01 +02:00
parent c79af78a7f
commit 797c2d8118
27 changed files with 40 additions and 40 deletions

View File

@@ -252,7 +252,7 @@ struct SourceTextInfo {
std::vector<TextReference> References;
};
} // namespace
} // end anonymous namespace
static void initDocGenericParams(const Decl *D, DocEntityInfo &Info) {
auto *DC = dyn_cast<DeclContext>(D);
@@ -760,7 +760,7 @@ private:
}
}
};
} // namespace
} // end anonymous namespace
static bool makeParserAST(CompilerInstance &CI, StringRef Text) {
CompilerInvocation Invocation;
@@ -894,7 +894,7 @@ public:
return false; // skip body.
}
};
} // namespace
} // end anonymous namespace
static void addParameterEntities(CompilerInstance &CI,
SourceTextInfo &IFaceInfo) {
@@ -1055,7 +1055,7 @@ public:
return TextRange{ Start, End-Start };
}
};
} // namespace
} // end anonymous namespace
static bool getSourceTextInfo(CompilerInstance &CI,
SourceTextInfo &Info) {