aganea added a comment. In D65906#1622209 <https://reviews.llvm.org/D65906#1622209>, @arphaman wrote:
> @aganea These are not just any invisible characters that you have, this is > the UTF8 BOM. Clang's Lexer skips over them if they're in the beginning of > the file (`Lexer::InitLexer`). The minimizer should do the same thing, so > ideally you would factor out the BOM detection and teach the minimizer to > skip past it. Thanks for the heads up. I'll do that. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65906/new/ https://reviews.llvm.org/D65906 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits