Skip to content

Commit

Permalink
Import LLVM r302975.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Jun 8, 2017
1 parent 1263c6c commit 853b622
Show file tree
Hide file tree
Showing 4,879 changed files with 691,359 additions and 284,863 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 1 addition & 2 deletions interpreter/llvm/src/.arcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"project_id" : "llvm",
"conduit_uri" : "http://reviews.llvm.org/"
"conduit_uri" : "https://reviews.llvm.org/"
}
6 changes: 5 additions & 1 deletion interpreter/llvm/src/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ CheckOptions:
- key: readability-identifier-naming.EnumCase
value: CamelCase
- key: readability-identifier-naming.FunctionCase
value: lowerCase
value: camelBack
- key: readability-identifier-naming.MemberCase
value: CamelCase
- key: readability-identifier-naming.ParameterCase
value: CamelCase
- key: readability-identifier-naming.UnionCase
value: CamelCase
- key: readability-identifier-naming.VariableCase
Expand Down
8 changes: 8 additions & 0 deletions interpreter/llvm/src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#OS X specific files.
.DS_store

# Nested build directory
/build

#==============================================================================#
# Explicit files to ignore (only matches one).
#==============================================================================#
Expand Down Expand Up @@ -61,8 +64,13 @@ tools/lld
tools/llgo
# Polly, which is tracked independently.
tools/polly
# avrlit, which is tracked independently.
tools/avrlit
# Sphinx build tree, if building in-source dir.
docs/_build
# VS2017 and VSCode config files.
.vscode
.vs

#==============================================================================#
# Files created in tree by the Go bindings.
Expand Down
Loading

0 comments on commit 853b622

Please sign in to comment.