Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
9f48f54e
Commit
9f48f54e
authored
Feb 29, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lint issues
parent
7ba0b556
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
src/asm_writing/rewriter.h
src/asm_writing/rewriter.h
+1
-1
src/codegen/irgen/refcounts.cpp
src/codegen/irgen/refcounts.cpp
+2
-3
src/runtime/util.cpp
src/runtime/util.cpp
+1
-1
No files found.
src/asm_writing/rewriter.h
View file @
9f48f54e
...
...
@@ -27,8 +27,8 @@
#include "asm_writing/assembler.h"
#include "asm_writing/icinfo.h"
#include "core/types.h"
#include "core/threading.h"
#include "core/types.h"
namespace
pyston
{
...
...
src/codegen/irgen/refcounts.cpp
View file @
9f48f54e
// Copyright (c) 2014-201
5
Dropbox, Inc.
// Copyright (c) 2014-201
6
Dropbox, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "codegen/compvars.h"
#include <cstdio>
#include <deque>
#include <queue>
...
...
@@ -27,6 +25,7 @@
#include "llvm/Target/TargetMachine.h"
#include "codegen/codegen.h"
#include "codegen/compvars.h"
#include "codegen/gcbuilder.h"
#include "codegen/irgen.h"
#include "codegen/irgen/irgenerator.h"
...
...
src/runtime/util.cpp
View file @
9f48f54e
...
...
@@ -18,8 +18,8 @@
#include "core/cfg.h"
#include "core/options.h"
#include "core/types.h"
#include "runtime/long.h"
#include "runtime/hiddenclass.h"
#include "runtime/long.h"
#include "runtime/objmodel.h"
namespace
pyston
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment