This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add missing unittests to build graph
ClosedPublic

Authored by kadircet on Mar 13 2023, 4:04 AM.

Diff Detail

Event Timeline

kadircet created this revision.Mar 13 2023, 4:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 4:04 AM
Herald added a subscriber: arphaman. · View Herald Transcript
kadircet requested review of this revision.Mar 13 2023, 4:04 AM
hokein added inline comments.
clang-tools-extra/clangd/unittests/tweaks/SpecialMembersTests.cpp
21

the old behavior (UNAVAILABLE) seems more reasonable to me, I have a fix in https://reviews.llvm.org/D145922.

kadircet marked an inline comment as done.Mar 13 2023, 4:53 AM
kadircet added inline comments.
clang-tools-extra/clangd/unittests/tweaks/SpecialMembersTests.cpp
21

i don't see much reason for disabling on unions, but don't have a strong preference.

kadircet updated this revision to Diff 504597.Mar 13 2023, 4:53 AM
kadircet marked an inline comment as done.
  • Disable special members tweaks on unions
sammccall accepted this revision.Mar 13 2023, 5:01 AM

doh, thanks!

This revision is now accepted and ready to land.Mar 13 2023, 5:01 AM
This revision was landed with ongoing or failed builds.Mar 13 2023, 5:13 AM
This revision was automatically updated to reflect the committed changes.