File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ per-file license information).
4
4
There are copies of various JavaScript and CSS libraries embedded within the
5
5
source tree, which have their own licenses as follows:
6
6
7
- libcpychecker/html /extlib/jquery-1.7.1.min.js:
7
+ libcpychecker_html /extlib/jquery-1.7.1.min.js:
8
8
jquery.org/license (MIT or GPLv2)
9
9
10
- libcpychecker/html /extlib/prefixfree-1.0.4.min.js:
10
+ libcpychecker_html /extlib/prefixfree-1.0.4.min.js:
11
11
MIT license
12
12
13
- libcpychecker/html /extlib/reset-20110126.css:
13
+ libcpychecker_html /extlib/reset-20110126.css:
14
14
Public Domain
15
15
16
16
There are also various images within:
17
- libcpychecker /html/images
17
+ libcpychecke_ /html/images
18
18
These were taken from:
19
19
http://code.google.com/p/fugue-icons-src/
20
20
and are:
@@ -25,6 +25,6 @@ and are:
25
25
26
26
The test code contains historical examples of reference-count bugs:
27
27
28
- * libcpychecker/html /test/example2
28
+ * libcpychecker_html /test/example2
29
29
contains an embedded copy of part of an old version of pylibmc, which
30
30
is under a 3-clause BSD license
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ demo: plugin
287
287
$(INVOCATION_ENV_VARS ) $(srcdir ) ./gcc-with-cpychecker -c $(PYTHON_INCLUDES ) demo.c
288
288
289
289
json-examples : plugin
290
- $(INVOCATION_ENV_VARS ) $(srcdir ) ./gcc-with-cpychecker -I/usr/include/python2.7 -c libcpychecker/html /test/example1/bug.c
290
+ $(INVOCATION_ENV_VARS ) $(srcdir ) ./gcc-with-cpychecker -I/usr/include/python2.7 -c libcpychecker_html /test/example1/bug.c
291
291
292
292
test-suite : plugin print-gcc-version
293
293
$(INVOCATION_ENV_VARS ) $(PYTHON ) run-test-suite.py
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ At the top level::
5
5
6
6
{
7
7
# Path to the source file being analyzed:
8
- "filename": "libcpychecker/html /test/example1/bug.c",
8
+ "filename": "libcpychecker_html /test/example1/bug.c",
9
9
10
10
# The particular function containing the error:
11
11
"function": {
Original file line number Diff line number Diff line change 1
1
{
2
- "filename" : " libcpychecker/html /test/example1/bug.c" ,
2
+ "filename" : " libcpychecker_html /test/example1/bug.c" ,
3
3
"function" : {
4
4
"lines" : [
5
5
3 ,
4354
4354
"line" : 16
4355
4355
}
4356
4356
],
4357
- "message" : " when considering count.0 == (int)1 from libcpychecker/html /test/example1/bug.c:10" ,
4357
+ "message" : " when considering count.0 == (int)1 from libcpychecker_html /test/example1/bug.c:10" ,
4358
4358
"variables" : {
4359
4359
"<retval>" : {
4360
4360
"gcctype" : " struct PyObject *" ,
6399
6399
]
6400
6400
},
6401
6401
{
6402
- "message" : " calling PyList_Append with NULL as argument 1 (list) at libcpychecker/html /test/example1/bug.c:18" ,
6402
+ "message" : " calling PyList_Append with NULL as argument 1 (list) at libcpychecker_html /test/example1/bug.c:18" ,
6403
6403
"notes" : [
6404
6404
{
6405
6405
"location" : [
9202
9202
]
9203
9203
}
9204
9204
]
9205
- }
9205
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "filename" : " libcpychecker/html /test/example2/pylibmc-issue-68.c" ,
2
+ "filename" : " libcpychecker_html /test/example2/pylibmc-issue-68.c" ,
3
3
"function" : {
4
4
"lines" : [
5
5
52 ,
822
822
"line" : 114
823
823
}
824
824
],
825
- "message" : " when treating unknown const char * from libcpychecker/html /test/example2/pylibmc-issue-68.c:68 as non-NULL"
825
+ "message" : " when treating unknown const char * from libcpychecker_html /test/example2/pylibmc-issue-68.c:68 as non-NULL"
826
826
},
827
827
{
828
828
"location" : [
1446
1446
"line" : 154
1447
1447
}
1448
1448
],
1449
- "message" : " when considering value == (int)0 from libcpychecker/html /test/example2/pylibmc-issue-68.c:148"
1449
+ "message" : " when considering value == (int)0 from libcpychecker_html /test/example2/pylibmc-issue-68.c:148"
1450
1450
},
1451
1451
{
1452
1452
"location" : [
1771
1771
"line" : 177
1772
1772
}
1773
1773
],
1774
- "message" : " when treating unknown struct PyObject * from libcpychecker/html /test/example2/pylibmc-issue-68.c:176 as non-NULL"
1774
+ "message" : " when treating unknown struct PyObject * from libcpychecker_html /test/example2/pylibmc-issue-68.c:176 as non-NULL"
1775
1775
},
1776
1776
{
1777
1777
"location" : [
2065
2065
"line" : 190
2066
2066
}
2067
2067
],
2068
- "message" : " calling tp_dealloc on PyDictObject allocated at libcpychecker/html /test/example2/pylibmc-issue-68.c:159"
2068
+ "message" : " calling tp_dealloc on PyDictObject allocated at libcpychecker_html /test/example2/pylibmc-issue-68.c:159"
2069
2069
},
2070
2070
{
2071
2071
"location" : null ,
2086
2086
"line" : 195
2087
2087
}
2088
2088
],
2089
- "message" : " calling PyMem_Free on PyMem_Malloc allocated at libcpychecker/html /test/example2/pylibmc-issue-68.c:77"
2089
+ "message" : " calling PyMem_Free on PyMem_Malloc allocated at libcpychecker_html /test/example2/pylibmc-issue-68.c:77"
2090
2090
},
2091
2091
{
2092
2092
"location" : [
2099
2099
"line" : 196
2100
2100
}
2101
2101
],
2102
- "message" : " calling PyMem_Free on PyMem_Malloc allocated at libcpychecker/html /test/example2/pylibmc-issue-68.c:76"
2102
+ "message" : " calling PyMem_Free on PyMem_Malloc allocated at libcpychecker_html /test/example2/pylibmc-issue-68.c:76"
2103
2103
},
2104
2104
{
2105
2105
"location" : [
2307
2307
"line" : 200
2308
2308
}
2309
2309
],
2310
- "message" : " calling PyMem_Free on PyMem_Malloc allocated at libcpychecker/html /test/example2/pylibmc-issue-68.c:78"
2310
+ "message" : " calling PyMem_Free on PyMem_Malloc allocated at libcpychecker_html /test/example2/pylibmc-issue-68.c:78"
2311
2311
},
2312
2312
{
2313
2313
"location" : [
2333
2333
"line" : 202
2334
2334
}
2335
2335
],
2336
- "message" : " when treating unknown struct memcached_result_st * * from libcpychecker/html /test/example2/pylibmc-issue-68.c:148 as non-NULL"
2336
+ "message" : " when treating unknown struct memcached_result_st * * from libcpychecker_html /test/example2/pylibmc-issue-68.c:148 as non-NULL"
2337
2337
},
2338
2338
{
2339
2339
"location" : [
2593
2593
]
2594
2594
}
2595
2595
]
2596
- }
2596
+ }
You can’t perform that action at this time.
0 commit comments