Parameters in declarations are useful for clangd, so that we can
provide symbol information for them as well. It also helps clangd to be
consistent whether a function's definition is accessible or not.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The change looks reasonable, I'd wait for a few days before commit in case anyone has concerns.
include/clang/Index/IndexingAction.h | ||
---|---|---|
47 ↗ | (On Diff #185962) | nit: Only meaningful when IndexFunctionLocals is true? |