solidity/test
Christian Parpart 0fd1db533e yul: adds reindent() function to reindent yul source code and makes use of it in IRGenerator.
This function does count curly and round braces and reindents
accordingly the beginning of each line.

It does consider line-comments (// and ///) but not multiline comments (/* ... */).
2019-06-24 12:53:50 +02:00
..
cmdlineTests yul: adds reindent() function to reindent yul source code and makes use of it in IRGenerator. 2019-06-24 12:53:50 +02:00
compilationTests
contracts
externalTests Refactor & Speedups on CircleCI; split out out codecov into dedicated tests. 2019-06-21 20:26:10 +02:00
formal Proofs for the overflow and underflow conditions in checked arithmetic for Sol->Yul code generation. 2019-06-20 15:58:10 +02:00
libdevcore
libevmasm
liblangutil
liblll
libsolidity Merge pull request #6958 from sifmelcara/fix-abiencoderv2-codegen 2019-06-20 13:08:42 +02:00
libyul Finish word size transform. 2019-06-20 10:42:56 +02:00
tools
boostTest.cpp
buglist_test_vectors.md
buglistTests.js
CMakeLists.txt
cmdlineTests.sh Refactor & Speedups on CircleCI; split out out codecov into dedicated tests. 2019-06-21 20:26:10 +02:00
Common.cpp
Common.h
ExecutionFramework.cpp
ExecutionFramework.h
externalTests.sh Refactor & Speedups on CircleCI; split out out codecov into dedicated tests. 2019-06-21 20:26:10 +02:00
InteractiveTests.h Add missing space in error recovery message. 2019-06-24 06:28:18 -04:00
Metadata.cpp
Metadata.h
Options.cpp
Options.h
RPCSession.cpp
RPCSession.h
solcjsTests.sh
TestCase.cpp
TestCase.h