[all-commits] [llvm/llvm-project] 009345: [clang-format] Add `TT_CompoundRequirementLBrace` ...
Owen Pan via All-commits
all-commits at lists.llvm.org
Sat Jan 4 20:51:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00934505d44e28f3c1d5739d6369648e87f10cf5
https://github.com/llvm/llvm-project/commit/00934505d44e28f3c1d5739d6369648e87f10cf5
Author: Owen Pan <owenpiano at gmail.com>
Date: 2025-01-04 (Sat, 04 Jan 2025)
Changed paths:
M clang/lib/Format/FormatToken.h
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/TokenAnnotator.h
M clang/lib/Format/UnwrappedLineFormatter.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Add `TT_CompoundRequirementLBrace` for better annotation (#121539)
Also, add `ST_CompoundRequirement` to help annotating */&/&& in compound
requirement expressions as `TT_BinaryOperator`.
Fixes #121471.
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