[all-commits] [llvm/llvm-project] 57c161: [clang-format] Detect nesting in template strings ...
Gedare Bloom via All-commits
all-commits at lists.llvm.org
Tue Dec 17 08:05:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57c161a6479fb70a31553e2f9bc1efa46262aa92
https://github.com/llvm/llvm-project/commit/57c161a6479fb70a31553e2f9bc1efa46262aa92
Author: Gedare Bloom <gedare at rtems.org>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M clang/lib/Format/ContinuationIndenter.cpp
M clang/unittests/Format/FormatTestJS.cpp
Log Message:
-----------
[clang-format] Detect nesting in template strings (#119989)
The helper to check if a token is in a template string scans too far
backward. It should stop if a different scope is found.
Fixes #107571
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list