This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Unwrap type sugar in HeuristicResolver::resolveTypeToRecordDecl()
ClosedPublic

Authored by nridge on Jun 8 2023, 11:40 PM.

Diff Detail

Event Timeline

nridge created this revision.Jun 8 2023, 11:40 PM
nridge updated this revision to Diff 530279.Jun 10 2023, 11:47 PM

Make the approach more general

nridge published this revision for review.Jun 10 2023, 11:48 PM
nridge added reviewers: hokein, sammccall.
nridge retitled this revision from [clangd] Handle alias template in HeuristicResolver::resolveTypeToRecordDecl() to [clangd] Unwrap type sugar in HeuristicResolver::resolveTypeToRecordDecl().Jun 10 2023, 11:54 PM
nridge edited the summary of this revision. (Show Details)Jun 11 2023, 12:02 AM
hokein accepted this revision.Jun 14 2023, 4:44 AM
This revision is now accepted and ready to land.Jun 14 2023, 4:44 AM