Used in clangd, see D45999.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
This seems to do what we want for clangd, but we should also get the code owner or someone who knows the code better to take a look.
Comment Actions
Added @arphaman. Alex reviewed some of our code completion patches before.
This should give us enough coverage to make sure we don't go in the wrong direction.
If there's someone else who should be in the reviewers list, please don't hesitate to add them.
Comment Actions
@arphaman, friendly ping. In case you're the wrong person to review it, I'll try to find someone else.
Comment Actions
This is pretty small and seems unlikely to be controversial. I think it's OK to commit at this point, it's been a few weeks.
include/clang/Sema/CodeCompleteConsumer.h | ||
---|---|---|
1092 | as in the other patch, I think ArgIndex is a better name for this parameter, when considering this function in isolation |
Comment Actions
- Rebase onto head and remove \brief from the comments, it's gone upstream now
- Rename CurrentArg to ArgIndex
as in the other patch, I think ArgIndex is a better name for this parameter, when considering this function in isolation