This is an archive of the discontinued LLVM Phabricator instance.

[clang-scan-deps] Add minimizer support for C++20 modules.
ClosedPublic

Authored by Bigcheese on Aug 8 2019, 6:43 PM.

Details

Reviewers
arphaman
Summary

This only adds support to the minimizer, it doesn't actually capture the dependencies yet.

Diff Detail

Repository
rC Clang

Event Timeline

Bigcheese created this revision.Aug 8 2019, 6:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2019, 6:43 PM
arphaman accepted this revision.Aug 8 2019, 6:52 PM

LGTM

This revision is now accepted and ready to land.Aug 8 2019, 6:52 PM
arphaman added inline comments.Aug 8 2019, 6:56 PM
unittests/Lex/DependencyDirectivesSourceMinimizerTest.cpp
577

Looks like it's not indented according to clang-format rules

Bigcheese closed this revision.Aug 8 2019, 7:01 PM

Fixed and committed as r368381.