[all-commits] [llvm/llvm-project] 80b0cd: [clangd] Add a hidden tweak to dump symbol under t...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Oct 29 05:06:46 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 80b0cdde0ffc4ca59e99fed3dcb18412ff97568c
https://github.com/llvm/llvm-project/commit/80b0cdde0ffc4ca59e99fed3dcb18412ff97568c
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
M clang-tools-extra/clangd/unittests/TweakTests.cpp
Log Message:
-----------
[clangd] Add a hidden tweak to dump symbol under the cursor.
Summary:
This provides a convenient way to see the SymbolID/USR of the symbol, mainly
for debugging purpose.
Reviewers: ilya-biryukov
Subscribers: MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D69517
More information about the All-commits
mailing list