Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
thanks for tracking it down.
clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp | ||
---|---|---|
214 | nit: if (const auto* II = D->getDecl()->getIdentifier()) { ... Name = II->getName(); } |
nit: