This is an archive of the discontinued LLVM Phabricator instance.

Do not display highlights for clang-include-fixer-at-point
ClosedPublic

Authored by tmarek on Mar 3 2017, 8:02 AM.

Details

Summary

When invoking clang-include-fixer-at-point, the QuerySymbolInfos point to offset 0, length 0. Rather than showing a hidden overlay, do not show any overlay at all for zero-length symbols.

Diff Detail

Repository
rL LLVM

Event Timeline

tmarek created this revision.Mar 3 2017, 8:02 AM
hokein accepted this revision.Mar 3 2017, 8:17 AM

LGTM, thanks!

This revision is now accepted and ready to land.Mar 3 2017, 8:17 AM
This revision was automatically updated to reflect the committed changes.