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).
44There are copies of various JavaScript and CSS libraries embedded within the
55source tree, which have their own licenses as follows:
66
7- libcpychecker/html /extlib/jquery-1.7.1.min.js:
7+ libcpychecker_html /extlib/jquery-1.7.1.min.js:
88 jquery.org/license (MIT or GPLv2)
99
10- libcpychecker/html /extlib/prefixfree-1.0.4.min.js:
10+ libcpychecker_html /extlib/prefixfree-1.0.4.min.js:
1111 MIT license
1212
13- libcpychecker/html /extlib/reset-20110126.css:
13+ libcpychecker_html /extlib/reset-20110126.css:
1414 Public Domain
1515
1616There are also various images within:
17- libcpychecker /html/images
17+ libcpychecke_ /html/images
1818These were taken from:
1919 http://code.google.com/p/fugue-icons-src/
2020and are:
@@ -25,6 +25,6 @@ and are:
2525
2626The test code contains historical examples of reference-count bugs:
2727
28- * libcpychecker/html /test/example2
28+ * libcpychecker_html /test/example2
2929 contains an embedded copy of part of an old version of pylibmc, which
3030 is under a 3-clause BSD license
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ demo: plugin
287287 $(INVOCATION_ENV_VARS ) $(srcdir ) ./gcc-with-cpychecker -c $(PYTHON_INCLUDES ) demo.c
288288
289289json-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
291291
292292test-suite : plugin print-gcc-version
293293 $(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::
55
66 {
77 # Path to the source file being analyzed:
8- "filename": "libcpychecker/html /test/example1/bug.c",
8+ "filename": "libcpychecker_html /test/example1/bug.c",
99
1010 # The particular function containing the error:
1111 "function": {
Original file line number Diff line number Diff line change 11{
2- "filename" : " libcpychecker/html /test/example1/bug.c" ,
2+ "filename" : " libcpychecker_html /test/example1/bug.c" ,
33 "function" : {
44 "lines" : [
55 3 ,
43544354 "line" : 16
43554355 }
43564356 ],
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" ,
43584358 "variables" : {
43594359 "<retval>" : {
43604360 "gcctype" : " struct PyObject *" ,
63996399 ]
64006400 },
64016401 {
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" ,
64036403 "notes" : [
64046404 {
64056405 "location" : [
92029202 ]
92039203 }
92049204 ]
9205- }
9205+ }
Original file line number Diff line number Diff line change 11{
2- "filename" : " libcpychecker/html /test/example2/pylibmc-issue-68.c" ,
2+ "filename" : " libcpychecker_html /test/example2/pylibmc-issue-68.c" ,
33 "function" : {
44 "lines" : [
55 52 ,
822822 "line" : 114
823823 }
824824 ],
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"
826826 },
827827 {
828828 "location" : [
14461446 "line" : 154
14471447 }
14481448 ],
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"
14501450 },
14511451 {
14521452 "location" : [
17711771 "line" : 177
17721772 }
17731773 ],
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"
17751775 },
17761776 {
17771777 "location" : [
20652065 "line" : 190
20662066 }
20672067 ],
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"
20692069 },
20702070 {
20712071 "location" : null ,
20862086 "line" : 195
20872087 }
20882088 ],
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"
20902090 },
20912091 {
20922092 "location" : [
20992099 "line" : 196
21002100 }
21012101 ],
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"
21032103 },
21042104 {
21052105 "location" : [
23072307 "line" : 200
23082308 }
23092309 ],
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"
23112311 },
23122312 {
23132313 "location" : [
23332333 "line" : 202
23342334 }
23352335 ],
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"
23372337 },
23382338 {
23392339 "location" : [
25932593 ]
25942594 }
25952595 ]
2596- }
2596+ }
You can’t perform that action at this time.
0 commit comments