Björn Svensson
6111520043
[clang-tidy] Fix readability-identifier-naming for C++17 structured bindings ( #189500 )
...
`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>
2026-04-03 21:11:18 +03:00
..
2025-12-03 08:56:24 +03:00
2025-09-22 12:47:12 -06:00
2025-11-21 12:47:24 +03:00
2025-11-08 13:02:24 +03:00
2025-09-14 14:06:20 -06:00
2025-11-07 23:23:50 +03:00
2025-12-23 14:25:57 -06:00
2025-10-28 01:32:58 +03:00
2026-01-05 14:14:27 +03:00
2025-09-22 12:47:12 -06:00
2026-03-07 12:17:16 +08:00
2026-01-08 14:31:22 -07:00
2026-03-15 01:18:25 +03:00
2026-03-11 06:40:25 -07:00
2025-09-22 12:47:12 -06:00
2026-01-26 12:11:21 -07:00
2026-01-26 12:11:21 -07:00
2026-03-06 12:38:10 +03:00
2025-09-14 14:06:20 -06:00
2026-03-12 15:29:54 -04:00
2026-03-11 06:40:25 -07:00
2026-03-11 06:40:25 -07:00
2025-11-08 13:02:24 +03:00
2026-01-31 22:21:18 +03:00
2025-11-07 23:23:50 +03:00
2026-02-23 11:17:58 +03:00
2025-11-20 07:52:39 +08:00
2026-03-19 12:09:48 -05:00
2025-09-22 12:47:12 -06:00
2026-03-11 06:40:25 -07:00
2025-09-22 12:47:12 -06:00
2026-02-23 11:17:58 +03:00
2025-09-22 12:47:12 -06:00
2026-01-24 22:04:33 +08:00
2025-09-14 14:06:20 -06:00
2025-11-08 18:55:22 +03:00
2025-09-22 12:47:12 -06:00
2026-04-03 21:11:18 +03:00
2026-03-11 06:40:25 -07:00
2026-03-30 21:18:16 +00:00
2026-03-30 21:18:16 +00:00
2026-03-11 06:40:25 -07:00
2025-12-16 03:27:41 -08:00
2026-03-07 12:17:16 +08:00
2025-12-30 19:26:17 +03:00
2026-03-28 18:41:48 -07:00
2025-11-07 23:23:50 +03:00
2026-03-11 06:40:25 -07:00
2026-03-11 06:40:25 -07:00
2026-03-11 06:40:25 -07:00
2025-09-22 12:47:12 -06:00
2026-03-11 06:40:25 -07:00
2025-09-22 12:47:12 -06:00
2025-11-08 18:55:22 +03:00
2025-11-07 23:23:50 +03:00
2025-09-14 14:06:20 -06:00
2025-11-07 23:23:50 +03:00
2026-03-11 06:40:25 -07:00
2025-09-14 14:06:20 -06:00
2025-12-19 00:32:02 +03:00
2026-03-11 06:40:25 -07:00
2026-02-15 12:39:29 +08:00
2026-01-08 14:31:22 -07:00
2026-03-11 06:40:25 -07:00
2026-03-11 06:40:25 -07:00
2026-03-11 06:40:25 -07:00
2025-09-22 12:47:12 -06:00
2026-03-15 01:18:25 +03:00
2025-11-08 19:27:21 +03:00
2025-09-22 12:47:12 -06:00
2025-12-19 00:32:02 +03:00
2025-09-22 12:47:12 -06:00
2025-12-10 11:44:44 -07:00
2025-12-10 11:44:44 -07:00
2025-11-08 19:27:21 +03:00
2025-11-07 23:23:50 +03:00
2025-09-14 14:06:20 -06:00
2025-11-07 23:23:50 +03:00
2026-01-05 14:14:27 +03:00
2025-09-22 12:47:12 -06:00
2026-01-31 22:21:18 +03:00
2025-11-07 23:23:50 +03:00
2026-03-22 17:26:31 +08:00
2025-10-31 10:51:58 +08:00
2026-03-04 11:57:32 +08:00
2025-09-22 12:47:12 -06:00
2026-03-15 01:18:25 +03:00
2026-03-15 01:18:25 +03:00
2025-12-19 00:32:02 +03:00
2025-09-14 14:06:20 -06:00
2026-01-07 11:15:25 -05:00
2025-09-14 14:06:20 -06:00
2025-12-16 03:27:41 -08:00
2025-12-16 03:27:41 -08:00
2026-03-03 10:43:55 -07:00
2025-10-26 21:38:02 -07:00
2026-03-11 06:40:25 -07:00
2025-09-22 12:47:12 -06:00
2026-03-11 06:40:25 -07:00
2026-02-12 22:49:45 +08:00
2026-03-10 05:59:59 -07:00
2025-09-22 12:47:12 -06:00
2025-09-14 14:06:20 -06:00
2025-11-07 23:23:50 +03:00
2025-11-08 19:27:21 +03:00
2025-11-07 23:23:50 +03:00
2025-12-23 14:25:57 -06:00
2025-09-22 12:47:12 -06:00
2026-03-06 12:38:10 +03:00
2025-09-22 12:47:12 -06:00
2026-01-31 19:43:45 +00:00
2026-01-31 19:43:45 +00:00
2025-11-21 12:47:24 +03:00
2025-11-07 23:23:50 +03:00
2026-02-12 10:04:59 -07:00
2026-02-12 10:04:59 -07:00
2025-11-21 12:47:24 +03:00
2025-11-07 23:23:50 +03:00
2025-12-17 20:15:41 -08:00
2025-09-14 14:06:20 -06:00
2026-03-28 18:41:48 -07:00
2025-09-22 12:47:12 -06:00