[all-commits] [llvm/llvm-project] ee27c7: [clang-format] Skip UTF8 Byte Order Mark while sor...
Rafał Jelonek via All-commits
all-commits at lists.llvm.org
Mon Jan 11 00:38:04 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ee27c767bd2062c81f0affc0e8992f60a755f099
https://github.com/llvm/llvm-project/commit/ee27c767bd2062c81f0affc0e8992f60a755f099
Author: Rafał Jelonek <71409580+rjelonek at users.noreply.github.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M clang/lib/Format/Format.cpp
M clang/unittests/Format/SortIncludesTest.cpp
Log Message:
-----------
[clang-format] Skip UTF8 Byte Order Mark while sorting includes
If file contain BOM then first instruction (include or clang-format off) is ignored
Reviewed By: MyDeveloperDay
Differential Revision: https://reviews.llvm.org/D94201
More information about the All-commits
mailing list