Details
Details
- Reviewers
adamcz - Commits
- rG275716d6db79: [clangd] Derive new signals in CC from ASTSignals.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/Quality.cpp | ||
---|---|---|
373 | Maybe it's just me, but using a lambda like this seems quite confusing. I don't think it improves readability. Maybe just make it a separate method? Or inline here, but without lambda? |
Maybe it's just me, but using a lambda like this seems quite confusing. I don't think it improves readability. Maybe just make it a separate method? Or inline here, but without lambda?