solidity/libsolidity
Matheus Aguiar 33ea6a679d Fixed bug that added a superfluous empty slot for data when encoding an empty string coming from storage.
Added tests covering empty string, uninitialized string, emptry string literal, byte arrays and explicit call to `abi.encode`.
2022-05-18 14:50:26 -03:00
..
analysis More strict override check for data locations. 2022-05-17 13:02:12 +02:00
ast More strict override check for data locations. 2022-05-17 13:02:12 +02:00
codegen Fixed bug that added a superfluous empty slot for data when encoding an empty string coming from storage. 2022-05-18 14:50:26 -03:00
formal Check early if solvers are available. 2022-05-11 20:02:31 +02:00
interface Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
lsp LSP: Implement semantic tokens 2022-05-18 14:54:16 +02:00
parsing fix(parser): error for unexpected token 2022-04-29 16:13:04 +04:00
CMakeLists.txt LSP: Implement semantic tokens 2022-05-18 14:54:16 +02:00