As per title.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/Lex/DependencyDirectivesSourceMinimizer.cpp | ||
|---|---|---|
| 822 ↗ | (On Diff #216311) | Is skipping this the right thing, or should it also be copied to the output? |
| lib/Lex/DependencyDirectivesSourceMinimizer.cpp | ||
|---|---|---|
| 822 ↗ | (On Diff #216311) | The code in Lexer::InitLexer() assumes the files are always encoded as UTF-8, it simply skips over the BOM like we do here. |