[all-commits] [llvm/llvm-project] edad02: [clang-format] Correctly annotate braces of empty ...
Owen Pan via All-commits
all-commits at lists.llvm.org
Sun Nov 19 15:10:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edad025d1e1f8043637c65fed91060b327e85313
https://github.com/llvm/llvm-project/commit/edad025d1e1f8043637c65fed91060b327e85313
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-11-19 (Sun, 19 Nov 2023)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Correctly annotate braces of empty functions (#72733)
Also fixed some existing test cases.
Fixed #57305.
Fixed #58251.
More information about the All-commits
mailing list