[clang-format] Replace unordered_set with an array
authorKrasimir Georgiev <krasimir@google.com>
Wed, 17 Jan 2018 20:01:02 +0000 (20:01 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Wed, 17 Jan 2018 20:01:02 +0000 (20:01 +0000)
commitb6a88f34d76137564e060a189d9e78247165073d
tree69a8b945d901a39c18c95c56494723ceaf35eff3
parent3d90a2c5684be3abeb5a0c410017fc88735134df
[clang-format] Replace unordered_set with an array

Summary: This replaces an unordered_set from r322690 with an array and binary search.

Reviewers: bkramer, benhamilton

Reviewed By: bkramer, benhamilton

Subscribers: jolesiak, benhamilton, klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D42189

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322749 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp