This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Handle initializers that contain =
ClosedPublic

Authored by kadircet on Jun 20 2022, 6:23 AM.

Diff Detail

Event Timeline

kadircet created this revision.Jun 20 2022, 6:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 6:23 AM
kadircet requested review of this revision.Jun 20 2022, 6:23 AM
sammccall accepted this revision.Jun 20 2022, 6:25 AM
sammccall added inline comments.
clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
192

nit: usually excluding the =

This revision is now accepted and ready to land.Jun 20 2022, 6:25 AM
This revision was automatically updated to reflect the committed changes.
kadircet marked an inline comment as done.