Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").

llvm-svn: 240353
This commit is contained in:
Alexander Kornienko
2015-06-22 23:07:51 +00:00
parent f530b329c7
commit ab9db51042
344 changed files with 619 additions and 643 deletions

View File

@@ -342,7 +342,7 @@ namespace {
bool IsImpossibleToSatisfy(const NamedDecl *ND) const;
//@}
};
} // namespace
}
class ResultBuilder::ShadowMapEntry::iterator {
llvm::PointerUnion<const NamedDecl *, const DeclIndexPair *> DeclOrIterator;
@@ -1264,7 +1264,7 @@ namespace {
Results.AddResult(Result, CurContext, Hiding, InBaseClass);
}
};
} // namespace
}
/// \brief Add type specifiers for the current language as keyword results.
static void AddTypeSpecifierResults(const LangOptions &LangOpts,