http://llvm.org/bugs/show_bug.cgi?id=8751
Summary: r120890 breaks property in Obj-C++
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
r120890 by rjmccall, 04:47
“Although we currently have explicit lvalue-to-rvalue conversions, they're not
actually frequently used, because ImpCastExprToType only creates a node if the
types differ…”
After this commit, clang asserts while compiling the following code in Obj-C++
(it works when compiling in Obj-C)
----------------------
@interface Test {}
@property int foo;
@end
int test(Test *t) { return t.foo; }
---------------------
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs