arphaman added a comment.

@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.


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

Reply via email to