| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or ↵ | Craig Topper | 2014-08-27 | 1 | -8/+8 |
| | | | | | | | just letting them be implicitly created. llvm-svn: 216525 | ||||
| * | ConvertUTF tests: remove uses of initializer lists to restore compatibility | Dmitri Gribenko | 2014-06-17 | 1 | -695/+1108 |
| | | | | | | | with MSVC llvm-svn: 211093 | ||||
| * | Support/ConvertUTF: implement U+FFFD insertion according to the recommendation | Dmitri Gribenko | 2014-06-16 | 1 | -0/+1186 |
| | | | | | | | | | | given in the Unicode spec That is, replace every maximal subpart of an ill-formed subsequence with one U+FFFD. llvm-svn: 211015 | ||||
| * | [Support] Add a Unicode conversion wrapper from UTF16 to UTF8 | Reid Kleckner | 2013-07-16 | 1 | -0/+65 |
| This is to support parsing UTF16 response files in LLVM/lib/Option for lld and clang. Reviewers: hans Differential Revision: http://llvm-reviews.chandlerc.com/D1138 llvm-svn: 186426 | |||||

