Details
- Reviewers
tatyana-krasnukha rsmith rjmccall
Diff Detail
Event Timeline
clang/lib/CodeGen/TargetInfo.cpp | ||
---|---|---|
8220 | Please change to // namespace |
Hello Eugene,
Thanks for taking a look.
Changed End anonymous namespace. -> namespace
Hello Pete,
Thank you for upstreaming ARC target to clang! I checked it in couple with lldb - works well. So, the revision is good to me. But it seems, I have no rights to accept revisions yet...
Hi Tatyana,
Thanks for checking against lldb! I will try and find a couple of people who can review this as a clang change.
Pete
Sorry, =default is not applicable in these cases, of course.
clang/lib/CodeGen/TargetInfo.cpp | ||
---|---|---|
8123 | Here should be inheriting of base class constructor: using DefaultABIInfo::DefaultABIInfo; |
Hi Tatyana,
Thanks for taking a look here, and sorry for the delay.
I tried to follow the other target's usage patterns here.
I'm happy to update/change this...I'll add a couple of clang reviewers here to weigh in?
clang/lib/CodeGen/TargetInfo.cpp | ||
---|---|---|
8185 | Please do go ahead and add the right logic for the C++ ABI in both this and the return-type classification. |
Looks like unused member, while getTargetBuiltins returns 'None'