[all-commits] [llvm/llvm-project] b91073: [clang][preprocessor] Fix unsigned-ness of utf8 ch...

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu May 12 23:05:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b91073db6ac3b9abefcf6211ea755e55e5879991
      https://github.com/llvm/llvm-project/commit/b91073db6ac3b9abefcf6211ea755e55e5879991
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Lex/PPExpressions.cpp
    M clang/test/Lexer/utf8-char-literal.cpp

  Log Message:
  -----------
  [clang][preprocessor] Fix unsigned-ness of utf8 char literals

UTF8 char literals are always unsigned.

Fixes https://github.com/llvm/llvm-project/issues/54886

Differential Revision: https://reviews.llvm.org/D124996


  Commit: 791e0d1bc85d1963abddb96cadcdf201c43a029f
      https://github.com/llvm/llvm-project/commit/791e0d1bc85d1963abddb96cadcdf201c43a029f
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_rtl_s390x.S

  Log Message:
  -----------
  [compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390x

Differential Revision: https://reviews.llvm.org/D125454


Compare: https://github.com/llvm/llvm-project/compare/69f61d6e658c...791e0d1bc85d


More information about the All-commits mailing list