This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add a hidden tweak to dump symbol under the cursor.
ClosedPublic

Authored by hokein on Oct 28 2019, 9:00 AM.

Details

Summary

This provides a convenient way to see the SymbolID/USR of the symbol, mainly
for debugging purpose.

Diff Detail

Event Timeline

hokein created this revision.Oct 28 2019, 9:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2019, 9:00 AM

Build result: fail - 59659 tests passed, 2 failed and 805 were skipped.

failed: libc++.libcxx/thread/thread_threads/thread_thread_this/sleep_for.pass.cpp
failed: LLVM.tools/llvm-ar/mri-utf8.test

Log files: cmake-log.txt, ninja_check_all-log.txt, CMakeCache.txt

This revision is now accepted and ready to land.Oct 29 2019, 3:01 AM

NIT: a typo in the title: s/curosr/cursor

hokein retitled this revision from [clangd] Add a hidden tweak to dump symbol under the curosr. to [clangd] Add a hidden tweak to dump symbol under the cursor..Oct 29 2019, 5:00 AM
This revision was automatically updated to reflect the committed changes.