[all-commits] [llvm/llvm-project] 785167: [clang] SyntaxWarning: invalid escape sequence '\s...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Sun Jan 14 02:14:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 785167070982a75d1b123fbbf0917cc457846ec1
      https://github.com/llvm/llvm-project/commit/785167070982a75d1b123fbbf0917cc457846ec1
  Author: Jie Fu (傅杰) <jiefu at tencent.com>
  Date:   2024-01-14 (Sun, 14 Jan 2024)

  Changed paths:
    M clang/tools/libclang/linker-script-to-export-list.py

  Log Message:
  -----------
  [clang] SyntaxWarning: invalid escape sequence '\s' with Python3.12 (#78036)

llvm-project/clang/tools/libclang/linker-script-to-export-list.py:9: SyntaxWarning: invalid escape sequence '\s'
  m = re.search("^\s+(clang_[^;]+)", line)

Co-authored-by: cor3ntin <corentinjabot at gmail.com>




More information about the All-commits mailing list