]> granicus.if.org Git - clang/commit
[clang] Fix a bug that reports UTF32 (LE) files as UTF16 (LE) ones
authorOwen Pan <owenpiano@gmail.com>
Wed, 8 May 2019 13:49:17 +0000 (13:49 +0000)
committerOwen Pan <owenpiano@gmail.com>
Wed, 8 May 2019 13:49:17 +0000 (13:49 +0000)
commit1b0b08fd71d6b86e62deaf473f716b0a12899dfd
tree5fc10d0619032daafb4fc1daf55f75f7447a0826
parent901e1283cee64d0de5e0f77533b605d8256416f8
[clang] Fix a bug that reports UTF32 (LE) files as UTF16 (LE) ones

Also fix a typo for the SCSU byte order mark.

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

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