]> granicus.if.org Git - clang/commit
Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow.
authorEric Christopher <echristo@apple.com>
Sat, 9 Apr 2011 00:01:04 +0000 (00:01 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 9 Apr 2011 00:01:04 +0000 (00:01 +0000)
commit156119df1d076b63609618976281961283f871db
tree154c7f2b7ed2c27f0f46bf4ae1a2d587bf9231ac
parent0ff32595e4b92c5bdee78946b39f9e990b20cc90
Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow.

Nom Nom Nom.

Patch by Anton Korobeynikov!

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