[all-commits] [llvm/llvm-project] fce3ee: [clang-format][c++2b] support removal of the space...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Sun Nov 14 06:17:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fce3eed9f93afac512d809c22234db7be7a9d478
https://github.com/llvm/llvm-project/commit/fce3eed9f93afac512d809c22234db7be7a9d478
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2021-11-14 (Sun, 14 Nov 2021)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format][c++2b] support removal of the space between auto and {} in P0849R8
Looks like the work of {D113393} requires manual clang-formatting intervention.
Removal of the space between `auto` and `{}`
Reviewed By: HazardyKnusperkeks, Quuxplusone
Differential Revision: https://reviews.llvm.org/D113826
More information about the All-commits
mailing list