Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang-tools-extra/clangd/Quality.cpp | ||
|---|---|---|
| 306 | Would it be better to reuse this getSymbolID overload instead? (Would require plumbing in a SourceManager to this call site.) | |
Comment Actions
Thanks!
| clang-tools-extra/clangd/Quality.cpp | ||
|---|---|---|
| 306 | Ah, that requirement is unfortunate. It'd be nice if it worked but not worth changing signature I think. | |
Would it be better to reuse this getSymbolID overload instead? (Would require plumbing in a SourceManager to this call site.)