`BindingDecl` nodes, i.e. the individual names in a structured binding, were not handled in `IdentifierNamingCheck::findStyleKind()`, causing them to fall through to the Default style or be silently ignored. This led to incorrect renames, e.g. applying member variable conventions to local bindings. --------- Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
---------------------------------- Documentation in clang-tools-extra ---------------------------------- To generate documentation in HTML format from files in clang-tools-extra/docs, build the docs-clang-tools-html target. To generate documentation from the source code using Doxygen, build the doxygen-clang-tools target.