Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit d2ab680

Browse files
committed
Merge branch 'next-merge' into incoming
2 parents 011659a + 11b1147 commit d2ab680

File tree

8,405 files changed

+636534
-215859
lines changed

Some content is hidden

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

8,405 files changed

+636534
-215859
lines changed

.arcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"project_id" : "llvm",
32
"conduit_uri" : "https://reviews.llvm.org/"
43
}

.clang-tidy

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ CheckOptions:
55
- key: readability-identifier-naming.EnumCase
66
value: CamelCase
77
- key: readability-identifier-naming.FunctionCase
8-
value: lowerCase
8+
value: camelBack
9+
- key: readability-identifier-naming.MemberCase
10+
value: CamelCase
11+
- key: readability-identifier-naming.ParameterCase
12+
value: CamelCase
913
- key: readability-identifier-naming.UnionCase
1014
value: CamelCase
1115
- key: readability-identifier-naming.VariableCase

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,12 @@ tools/lld
5858
tools/llgo
5959
# Polly, which is tracked independently.
6060
tools/polly
61+
# avrlit, which is tracked independently.
62+
tools/avrlit
6163
# Sphinx build tree, if building in-source dir.
6264
docs/_build
65+
# VSCode config files.
66+
.vscode
6367

6468
#==============================================================================#
6569
# Files created in tree by the Go bindings.

0 commit comments

Comments
 (0)