[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)
commitd064c71802ac3aeec1450f0415df2ee6a36c282a
tree5710e90f2d6a33076b7603d08f73cd99a7fea110
parente6224518230e6b0e9a920d587e51759bc88a19fa
[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

llvm-svn: 360256
clang/lib/Basic/SourceManager.cpp