aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/inlineAssembly
Commit message (Expand)AuthorAgeFilesLines
* Adapting tests to Scanner's lexical error diagnostics change.Christian Parpart2018-11-241-1/+1
* adapt to latest code changesLazaridis2018-11-241-1/+1
* Added some tests.chriseth2018-10-244-0/+44
* 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