This is an archive of the discontinued LLVM Phabricator instance.

[include-cleaner] Record concept uses
AcceptedPublic

Authored by sammccall on Jul 17 2023, 12:24 AM.

Details

Reviewers
kadircet
massberg
Summary

Most cases handled by adding VisitConceptReference to RecursiveASTVisitor
though it is incomplete.

Fixes https://github.com/llvm/llvm-project/issues/60702

Diff Detail

Event Timeline

sammccall created this revision.Jul 17 2023, 12:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 12:24 AM
sammccall requested review of this revision.Jul 17 2023, 12:24 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 17 2023, 12:24 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
massberg accepted this revision.Jul 18 2023, 4:34 AM
This revision is now accepted and ready to land.Jul 18 2023, 4:34 AM