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

@@ -122,7 +122,7 @@ namespace {
KS_Enabled, // Enabled
KS_Future // Is a keyword in future standard
};
} // namespace
}
/// \brief Translates flags as specified in TokenKinds.def into keyword status
/// in the given language standard.