aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/inlineAssembly
Commit message (Collapse)AuthorAgeFilesLines
* Provide nicer error message when referencing overloaded referencesAlex Beregszaszi2018-08-081-0/+11
|
* More precise error message if using non-variables with _slot/_offsetAlex Beregszaszi2018-08-071-1/+1
|
* Properly handle invalid references used together with _slot and _offset.Alex Beregszaszi2018-08-071-0/+9
|
* Do not crash on using _slot and _offset suffixes on their ownAlex Beregszaszi2018-08-072-0/+18
|
* Update tests to remove support for loose assemblyChristian Parpart2018-08-022-4/+4
|
* Remove trailing whitespace in all contract files.Daniel Kirchner2018-08-024-9/+9
|
* Add more tests for inlineasm/AsmAnalyzerAlex Beregszaszi2018-07-255-0/+60
|
* Add more comprehensive tests for embedded inline assembly LValue/RValue accessAlex Beregszaszi2018-07-257-0/+74
|
* Update tests.chriseth2018-07-042-3/+3
|
* Add passing test caseD-Nice2018-06-292-2/+13
|
* Adds storage_reference.sol syntax testD-Nice2018-06-281-0/+11