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
9b92aac8
Commit
9b92aac8
authored
Mar 10, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Getting pretty far
parent
ec5e7aa6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
181 additions
and
34 deletions
+181
-34
Makefile
Makefile
+4
-4
plugins/refcount_checker/refcount_checker.cpp
plugins/refcount_checker/refcount_checker.cpp
+177
-30
No files found.
Makefile
View file @
9b92aac8
...
...
@@ -1077,12 +1077,12 @@ lint_%: %.cpp plugins/clang_linter.so
REFCOUNT_CHECKER_BUILD_PATH
:=
$(CMAKE_DIR_DBG)
/plugins/refcount_checker/llvm/bin/refcount_checker
REFCOUNT_CHECKER_RUN_PATH
:=
$(CMAKE_DIR_DBG)
/llvm/bin/refcount_checker
$(REFCOUNT_CHECKER_RUN_PATH)
:
plugins/refcount_checker/refcount_checker.cpp $(CMAKE_SETUP_DBG)
$(NINJA)
-C
$(CMAKE_DIR_DBG)
refcount_checker copy_stdlib
$(NINJAFLAGS)
cp
$(REFCOUNT_CHECKER_BUILD_PATH)
$(REFCOUNT_CHECKER_RUN_PATH)
$(REFCOUNT_CHECKER_RUN_PATH)
:
refcount_checker
.PHONY
:
refcount_checker
refcount_checker
:
$(REFCOUNT_CHECKER_RUN_PATH)
refcount_checker
:
$(NINJA)
-C
$(CMAKE_DIR_DBG)
refcount_checker copy_stdlib
$(NINJAFLAGS)
cp
$(REFCOUNT_CHECKER_BUILD_PATH)
$(REFCOUNT_CHECKER_RUN_PATH)
.PHONY
:
refcheck_%
refcheck_%
:
%.cpp refcount_checker
...
...
plugins/refcount_checker/refcount_checker.cpp
View file @
9b92aac8
This diff is collapsed.
Click to expand it.
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