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
- rC Clang
- Build Status
Buildable 27953 Build 27952: arc lint + arc unit
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 | nit: Only meaningful when IndexFunctionLocals is true? |
nit: Only meaningful when IndexFunctionLocals is true?