[llvm-bugs] [Bug 27929] New: Rename IBOutletCollection interface in Attr.td
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun May 29 12:32:16 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27929
Bug ID: 27929
Summary: Rename IBOutletCollection interface in Attr.td
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: ph.schoppe at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
When building a custom RecursiveASTVisitor I receive an error using Visual
Studio 2015 due to a naming conflict caused by Attr.td's definition of
IBOutletCollection.
An old mailing list entry describes this issue in detail:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20110214/116457.html
This had already been fixed in 2011 for a short period of time, but commit
18aa2ff4641847d7f8866e8c5912d4d0ddb858ce reverted this again. Maybe someone
with commit rights could change this to a name that solves the issue and
prevents other people from renaming again?
--
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/20160529/9666fc02/attachment.html>
More information about the llvm-bugs
mailing list