Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/FindTarget.cpp | ||
---|---|---|
717 | thanks for fixing this ! But I suppose we should rather return a result with empty TargetDecl as this is what API promises: /// For dependent and unresolved references, Targets can also be empty. |
thanks for fixing this !
But I suppose we should rather return a result with empty TargetDecl as this is what API promises:
/// For dependent and unresolved references, Targets can also be empty.