Alexander Kornienko 2f02ded68a 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
2013-08-29 12:12:13 +00:00
..
2013-07-02 04:15:28 +00:00
2013-05-01 21:01:06 +00:00
2013-08-24 20:35:16 +00:00
2013-07-18 21:00:12 +00:00
2013-03-18 23:04:30 +00:00
2013-07-25 18:55:05 +00:00
2013-08-01 01:38:16 +00:00
2013-08-27 05:00:13 +00:00
2013-07-19 00:51:17 +00:00
2013-07-26 18:09:50 +00:00
2013-08-16 17:33:57 +00:00
2013-07-16 19:44:17 +00:00
2013-06-13 21:16:58 +00:00
2013-05-21 20:36:13 +00:00
2013-02-26 18:05:31 +00:00
2013-07-16 19:44:17 +00:00
2013-08-29 12:12:13 +00:00
2013-08-20 22:52:02 +00:00