This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix hover for functions inside templated classes
AbandonedPublic

Authored by kadircet on Jan 2 2020, 7:10 AM.

Diff Detail

Event Timeline

kadircet created this revision.Jan 2 2020, 7:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2020, 7:10 AM

Unit tests: pass. 61043 tests passed, 0 failed and 728 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

I landed a patch that does exactly this a few days ago:
14e11005d1a6ac1fecb230c470e9011d6956b8e4

Did you pull the latest changes?

kadircet abandoned this revision.Jan 3 2020, 12:00 AM

nope i haven't, thanks for taking care !