This is an archive of the discontinued LLVM Phabricator instance.

[clangd][WIP] Remove the earlySourceRange hack in SelectionTree.
Needs ReviewPublic

Authored by hokein on Jan 4 2022, 1:20 PM.

Details

Reviewers
sammccall
Summary

This is an attempt to remove the existing earlySourceRange hack in favor
of the claimed range concept.

Not sure it is worth doing it, existing tests are passed except there is
one small regression about ConstructExpr.

Diff Detail