This revision was automatically updated to reflect the committed changes.
Closed by commit rG8e7bb37dfb00: [clangd] Fix crash in AddUsing tweak due to
non-identifier DeclName (authored by adamcz, committed by hokein).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://revi
adamcz updated this revision to Diff 262857.
adamcz marked an inline comment as done.
adamcz added a comment.
Addressed review comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79582/new/
https://reviews.llvm.org/D79582
Files:
clang-tools-ex
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
thanks for tracking it down.
Comment at: clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp:214
+if (D->getDecl()->getDeclName().getNameKind() ==
+DeclarationN
adamcz created this revision.
adamcz added a reviewer: hokein.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous,
MaskRay, ilya-biryukov.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79582
Files:
clang-tools-extra/c