[llvm-bugs] [Bug 34055] New: CINDEX_VERSION_MINOR not incremented after an incompatible change in Index.h
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 3 14:12:22 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34055
Bug ID: 34055
Summary: CINDEX_VERSION_MINOR not incremented after an
incompatible change in Index.h
Product: clang
Version: 5.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: libclang
Assignee: unassignedclangbugs at nondot.org
Reporter: nikolai.bozhenov at intel.com
CC: klimek at google.com, llvm-bugs at lists.llvm.org
https://reviews.llvm.org/rL308218 renames CXCallingConv_X86_64Win64 into
CXCallingConv_Win64 without changing CINDEX_VERSION_*. This causes compilation
errors in clang clients. I believe we should increment CINDEX_VERSION_MINOR by
one. The problem is in both master and release_50 branches.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170803/3fba1b3a/attachment.html>
More information about the llvm-bugs
mailing list