[all-commits] [llvm/llvm-project] fa6c3d: [flang] Don't use \uXXXX encodings unless \-escape...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Jan 18 11:05:16 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa6c3df6add2559ee6f31762e7667cedc6e31a0b
      https://github.com/llvm/llvm-project/commit/fa6c3df6add2559ee6f31762e7667cedc6e31a0b
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M flang/include/flang/Parser/characters.h

  Log Message:
  -----------
  [flang] Don't use \uXXXX encodings unless \-escapes are enabled (#78326)

Don't put \uXXXX escapes into the cooked character stream while
prescanning; it should always be UTF-8.




More information about the All-commits mailing list