[PATCH] D90385: Address ABI issues introduced with CXCursor_CXXAddrspaceCastExpr

Marco Antognini via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 29 06:39:21 PDT 2020


mantognini created this revision.
mantognini added reviewers: arphaman, akyrtzi, rsmith, Anastasia.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
mantognini updated this revision to Diff 301579.
mantognini added a comment.
mantognini published this revision for review.

Bump CINDEX_VERSION_MINOR.


mantognini added a comment.

A follow up on https://reviews.llvm.org/D60193.

I don't understand the buildbot failure, <https://reviews.llvm.org/harbormaster/unit/view/191200/> I assume it's unrelated to this change.

Feel free to add anyone you feel is relevant to review this change.


Revert values in CXCursorKind as they were before
CXCursor_CXXAddrspaceCastExpr was introduced in a6a237f2046a <https://reviews.llvm.org/rGa6a237f2046ad8993db30481c8b61aeb2f73a5ad> ([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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90385

Files:
  clang/include/clang-c/Index.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90385.301579.patch
Type: text/x-patch
Size: 4469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201029/dba58c03/attachment.bin>


More information about the cfe-commits mailing list