This is an archive of the discontinued LLVM Phabricator instance.

[include-cleaner] Add a unique_ptr-style member expr test in WalkASTTest.
ClosedPublic

Authored by hokein on Dec 9 2022, 12:57 AM.

Diff Detail

Event Timeline

hokein created this revision.Dec 9 2022, 12:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 12:57 AM
Herald added a subscriber: kadircet. · View Herald Transcript
hokein requested review of this revision.Dec 9 2022, 12:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 12:57 AM
VitaNuo accepted this revision.Dec 9 2022, 7:22 AM

Thank you!

clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp
200

Should "struct unique_ptr` go on the next line mayber? At least that's how I have seen templates defined until now :)

This revision is now accepted and ready to land.Dec 9 2022, 7:22 AM
This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.