You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
program llvm;
var a, b, c: integer; a, b, c: integer;
...
Codes like this will pass the check, a,b,c should not be allowed to declared again.
Need to reimplement the function getValue of CodeGenBlock, and check if a symbol has not been declared
Codes like this will pass the check,
a,b,cshould not be allowed to declared again.Need to reimplement the function
getValueof CodeGenBlock, and check if a symbol has not been declared