isCharInSet refactoring.
authorAlexander Kornienko <alexfh@google.com>
Thu, 29 Aug 2013 12:12:13 +0000 (12:12 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 29 Aug 2013 12:12:13 +0000 (12:12 +0000)
commit2f02ded68a114410f11bc2f4e901d0d8e5850de1
tree16534fd2ba19e1a1b875c7f88be6870f8572bf20
parent4edfa2278aa34876abffe67bfb66c0f92bd597a5
isCharInSet refactoring.

Summary:
Made UnicodeCharSet a class, perform validity checking inside its
constructor instead of each isCharInSet call, use std::binary_search instead of
own implementation.
This patch comes with a necessary change in clang (sent separately).

Reviewers: jordan_rose, klimek

Reviewed By: klimek

CC: cfe-commits, rsmith
Differential Revision: http://llvm-reviews.chandlerc.com/D1534

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189582 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ArrayRef.h
include/llvm/Support/UnicodeCharRanges.h
lib/Support/LocaleGeneric.inc