[all-commits] [llvm/llvm-project] c60904: [clang-format] Don't allow comma in front of struc...
Emilia Kond via All-commits
all-commits at lists.llvm.org
Sun May 5 20:44:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c609043dd00955bf177ff57b0bad2a87c1e61a36
https://github.com/llvm/llvm-project/commit/c609043dd00955bf177ff57b0bad2a87c1e61a36
Author: Emilia Kond <emilia at rymiel.space>
Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Don't allow comma in front of structural enum (#91056)
Assume that a comma in front of `enum` means it is actually a part of an
elaborated type in a template parameter list.
Fixes https://github.com/llvm/llvm-project/issues/47782
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