Revert rL343916: Fix -Wmissing-braces warning. NFCI.

llvm-svn: 343917
This commit is contained in:
Simon Pilgrim 2018-10-06 11:59:31 +00:00
parent 2a6bfa0c30
commit b616b809a3
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ namespace tidy {
namespace modernize {
static const std::array<StringRef, 5> DeprecatedTypes = {
{"::std::ios_base::io_state"}, {"::std::ios_base::open_mode"},
{"::std::ios_base::seek_dir"}, {"::std::ios_base::streamoff"},
{"::std::ios_base::streampos"},
"::std::ios_base::io_state", "::std::ios_base::open_mode",
"::std::ios_base::seek_dir", "::std::ios_base::streamoff",
"::std::ios_base::streampos",
};
static const llvm::StringMap<StringRef> ReplacementTypes = {