Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ClangFormat.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ function(swift_setup_clang_format)
# First try to find clang-format
if(NOT x_CLANG_FORMAT_NAMES)
set(x_CLANG_FORMAT_NAMES
clang-format11 clang-format-11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-format60 clang-format-6.0
clang-format40 clang-format-4.0
clang-format39 clang-format-3.9
Expand Down