[all-commits] [llvm/llvm-project] b6164d: Bump version to 11.1.0

Marco Antognini via All-commits all-commits at lists.llvm.org
Tue Jan 12 10:36:19 PST 2021


  Branch: refs/heads/release/11.x
  Home:   https://github.com/llvm/llvm-project
  Commit: b6164d967e010ed54ed8ce0d4a3ea19f54e90108
      https://github.com/llvm/llvm-project/commit/b6164d967e010ed54ed8ce0d4a3ea19f54e90108
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M libcxx/CMakeLists.txt
    M libcxxabi/CMakeLists.txt
    M libunwind/CMakeLists.txt
    M llvm/CMakeLists.txt
    M llvm/utils/gn/secondary/llvm/version.gni
    M llvm/utils/release/build_llvm_package.bat

  Log Message:
  -----------
  Bump version to 11.1.0


  Commit: 9bbcb554cdbf1a7b85e9a72169e4037cf4736a10
      https://github.com/llvm/llvm-project/commit/9bbcb554cdbf1a7b85e9a72169e4037cf4736a10
  Author: Marco Antognini <marco.antognini at arm.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M clang/include/clang-c/Index.h

  Log Message:
  -----------
  Address ABI issues introduced with CXCursor_CXXAddrspaceCastExpr

Revert values in CXCursorKind as they were before
CXCursor_CXXAddrspaceCastExpr was introduced in a6a237f2046a ([OpenCL]
Added addrspace_cast operator in C++ mode., 2020-05-18).

Insert CXCursor_CXXAddrspaceCastExpr after the last expression in
CXCursorKind using the next available value.

Reviewed By: akyrtzi, svenvh

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

(cherry picked from commit bbdbd020d2c2f315ed1545b23c23ec6ff1abc022)


Compare: https://github.com/llvm/llvm-project/compare/43ff75f2c3fe...9bbcb554cdbf


More information about the All-commits mailing list