Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3d7dc1

Browse filesBrowse files
RaisinTendanielleadams
authored andcommitted
tools: update clang-format 1.7.0 to 1.8.0
v1.7.0 was shipping ARM64 binaries for macOS which doesn't run on Intel Macs. v1.8.0 moved back to x86_64 binaries which works on both Intel and M1 Macs. Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #43241 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 69ce503 commit b3d7dc1
Copy full SHA for b3d7dc1

File tree

Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed
Open diff view settings
Collapse file

‎tools/clang-format/package-lock.json‎

Copy file name to clipboardExpand all lines: tools/clang-format/package-lock.json
+7-7Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/clang-format/package.json‎

Copy file name to clipboardExpand all lines: tools/clang-format/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "Formatting C++ files for Node.js core",
55
"license": "MIT",
66
"dependencies": {
7-
"clang-format": "^1.7.0"
7+
"clang-format": "^1.8.0"
88
}
99
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.