Follow-up on D95925: adds better detection for function arguments and also
checks for conflicts in muli-variable init statements in ForStmt.
Details
Details
- Reviewers
hokein - Commits
- rGe8a2b7c91563: [clangd] Improve name conflict detection
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
clang-tools-extra/clangd/refactor/Rename.cpp | ||
---|---|---|
343 | I'd use get<FunctionProtoTypeLoc> which seems safer -- typeLoc is a very generic class |
I'd use get<FunctionProtoTypeLoc> which seems safer -- typeLoc is a very generic class