]> granicus.if.org Git - clang/commit
Correctly mark first token in the presence of UTF-8 BOM.
authorAlexander Kornienko <alexfh@google.com>
Wed, 13 Nov 2013 14:04:17 +0000 (14:04 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 13 Nov 2013 14:04:17 +0000 (14:04 +0000)
commita9f280942e3129a3d9e051bcf1bb5616243f212c
tree31a9788dc78dc24bbc8f3c05056a75da402a30d3
parentf88536af2cbbea3444c6488a1889520538250efb
Correctly mark first token in the presence of UTF-8 BOM.

Summary: Fixes http://llvm.org/PR17753

Reviewers: klimek

Reviewed By: klimek

CC: cfe-commits, klimek
Differential Revision: http://llvm-reviews.chandlerc.com/D2159

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194576 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp