[all-commits] [llvm/llvm-project] a464e0: [clang-format] Handle templated elaborated type sp...
XDeme via All-commits
all-commits at lists.llvm.org
Sat Jan 20 14:48:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a464e05109088f1f3a0ca4c83d6dd900e83bdb4b
https://github.com/llvm/llvm-project/commit/a464e05109088f1f3a0ca4c83d6dd900e83bdb4b
Author: XDeme <66138117+XDeme at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Handle templated elaborated type specifier in function… (#77013)
… return type.
The behavior now is consistent with the non template version.
Enabled and updated old test.
More information about the All-commits
mailing list