As suggested by @theraven on PR38210, this patch fixes the gcc -Woverloaded-virtual warnings by renaming the extra CGObjCGNU::GetSelector method to CGObjCGNU::GetTypedSelector
Details
Details
- Reviewers
theraven - Commits
- rGe5c5c47b70db: Merging r339264: --------------------------------------------------------------…
rG04c5a34f4f5a: [CGObjCGNU] Rename GetSelector helper method to fix -Woverloaded-virtual…
rL339555: Merging r339264:
rC339264: [CGObjCGNU] Rename GetSelector helper method to fix -Woverloaded-virtual…
rL339264: [CGObjCGNU] Rename GetSelector helper method to fix -Woverloaded-virtual…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good to me. This method should probably take a StringRef rather than a const std::string&, but I can make that change separately.