Skip to content

Commit 9b4bf7d

Browse files
committedDec 6, 2018
deps: update V8 to 7.1.302.28
PR-URL: #23423 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent b8fbe69 commit 9b4bf7d

File tree

1,526 files changed

+78425
-41694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,526 files changed

+78425
-41694
lines changed
 

‎deps/v8/.clang-tidy

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
---
3+
Checks: '-*,
4+
modernize-redundant-void-arg,
5+
modernize-replace-random-shuffle,
6+
modernize-shrink-to-fit,
7+
modernize-use-auto,
8+
modernize-use-bool-literals,
9+
modernize-use-equals-default,
10+
modernize-use-equals-delete,
11+
modernize-use-nullptr,
12+
modernize-use-override,
13+
google-build-explicit-make-pair,
14+
google-explicit-constructor,
15+
google-readability-casting'
16+
WarningsAsErrors: ''
17+
HeaderFilterRegex: ''
18+
AnalyzeTemporaryDtors: false
19+
...
20+

‎deps/v8/.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# Do not modify line endings for binary files (which are sometimes auto
44
# detected as text files by git).
55
*.png binary
6+
# Don't include minified JS in git grep/diff output
7+
test/mjsunit/asm/sqlite3/*.js -diff

0 commit comments

Comments
 (0)