Skip to content

Commit

Permalink
chore: upgrade clang-format to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
agurfinkel committed Oct 25, 2022
1 parent 0401e72 commit 3579b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_definitions(-D__STDC_CONSTANT_MACROS)
add_definitions(-D__STDC_LIMIT_MACROS)
find_program(CLANG-FORMAT NAMES clang-format clang-format-mp-12 clang-format-12 REQUIRED)
find_program(CLANG-FORMAT NAMES clang-format clang-format-mp-14 clang-format-14)

set(LLVM_LINK_COMPONENTS
irreader
Expand Down

0 comments on commit 3579b74

Please sign in to comment.