Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-23712-2301407
SCNUCC-2499
Commits
3a9cb549
Commit
3a9cb549
authored
1 year ago
by
程俊羽
Browse files
Options
Download
Patches
Plain Diff
将unsigned short换成size_t避免数组索引溢出
parent
8ad05929
main
45-brir-getoperands
CreateBinInstruction
array
asminstr
backend
cjy
fix_lw_sw
irvariable
lonely
opt
rarray
reconstruct
tarray
wzs
z_backend
zjj_backend
zjj_test
zjjbackend
No related merge requests found
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
frontend/gen_ir.cpp
+1
-1
frontend/gen_ir.cpp
frontend/include/MyVisitor.h
+2
-2
frontend/include/MyVisitor.h
frontend/include/SymbolTable.h
+6
-6
frontend/include/SymbolTable.h
frontend/src/ExpVisitor.cpp
+2
-0
frontend/src/ExpVisitor.cpp
frontend/src/IRStatement.cpp
+4
-4
frontend/src/IRStatement.cpp
frontend/src/MyVisitor.cpp
+15
-10
frontend/src/MyVisitor.cpp
frontend/src/PrivateVisitor.cpp
+2
-2
frontend/src/PrivateVisitor.cpp
frontend/src/SymbolTable.cpp
+2
-2
frontend/src/SymbolTable.cpp
test_cases/passed_cases/73_int_io.in
+14
-0
test_cases/passed_cases/73_int_io.in
test_cases/passed_cases/73_int_io.out
+6
-0
test_cases/passed_cases/73_int_io.out
test_cases/passed_cases/73_int_io.sy
+52
-0
test_cases/passed_cases/73_int_io.sy
with
106 additions
and
27 deletions
+106
-27
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment