[all-commits] [llvm/llvm-project] 308ac9: [clang-doc] Format test files
Paul Kirth via All-commits
all-commits at lists.llvm.org
Fri Mar 21 10:23:05 PDT 2025
Branch: refs/heads/users/ilovepi/clang-doc-format-tests
Home: https://github.com/llvm/llvm-project
Commit: 308ac9467d497838d29998fc4db4b01ea8ea8f1d
https://github.com/llvm/llvm-project/commit/308ac9467d497838d29998fc4db4b01ea8ea8f1d
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M clang-tools-extra/test/clang-doc/DR-131697.cpp
M clang-tools-extra/test/clang-doc/Inputs/basic-project/src/Calculator.cpp
M clang-tools-extra/test/clang-doc/Inputs/basic-project/src/Circle.cpp
M clang-tools-extra/test/clang-doc/Inputs/basic-project/src/Rectangle.cpp
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/single-file-public.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/test-path-abs.cpp
Log Message:
-----------
[clang-doc] Format test files
Many of the test files had an inconsistent formatting. This patch ran
clang-format over them using the project's .clang-format file, with
column limit = 0, to prevent test directives from being split over
multiple lines.
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