This is an archive of the discontinued LLVM Phabricator instance.

[clang][module] Improve -Wincomplete-umbrella
AbandonedPublic

Authored by zixuw on Jun 16 2020, 1:50 PM.

Details

Summary

Change the warning message for -Wincomplete-umbrella to report the
location of the umbrella header;
Add a fix-it hint to include uncovered headers in the umbrella header.

rdar://57095551

Diff Detail

Event Timeline

zixuw created this revision.Jun 16 2020, 1:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2020, 1:50 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
zixuw abandoned this revision.Jun 16 2020, 4:52 PM

Abandoning this revision because the upstream for this work is not correctly tracking the llvm.org branch.
The method setGenModuleActionWrapper is available in apple/master but not in llvm.