[all-commits] [llvm/llvm-project] bbdbd0: Address ABI issues introduced with CXCursor_CXXAdd...
Marco Antognini via All-commits
all-commits at lists.llvm.org
Fri Oct 30 07:12:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bbdbd020d2c2f315ed1545b23c23ec6ff1abc022
https://github.com/llvm/llvm-project/commit/bbdbd020d2c2f315ed1545b23c23ec6ff1abc022
Author: Marco Antognini <marco.antognini at arm.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
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
More information about the All-commits
mailing list