This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Find explicit references in the base-specifier of an enum decl
AbandonedPublic

Authored by nridge on Oct 4 2021, 11:50 PM.

Details

Reviewers
kadircet
Summary

Diff Detail

Event Timeline

nridge created this revision.Oct 4 2021, 11:50 PM
nridge requested review of this revision.Oct 4 2021, 11:50 PM
nridge retitled this revision from [clangd] Find explicit references in the base-specifier of an enum decl Partially fixes https://github.com/clangd/clangd/issues/878 to [clangd] Find explicit references in the base-specifier of an enum decl.Oct 4 2021, 11:51 PM
nridge edited the summary of this revision. (Show Details)
kadircet resigned from this revision.Oct 25 2021, 8:14 AM

I suppose this is obseleted by https://reviews.llvm.org/D111260

nridge abandoned this revision.Oct 25 2021, 8:27 AM

Yep, thanks very much for the more complete fix!