aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmScopeFiller.h
Commit message (Expand)AuthorAgeFilesLines
* Separate expression and statement.chriseth2017-12-131-0/+1
* If statement for Iulia / inline assembly.chriseth2017-11-221-0/+1
* Add include file to forward-declare inline assembly structs.chriseth2017-06-161-14/+2
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-0/+2
* Refactor error reportingRhett Aultman2017-05-301-4/+4
* Introduce virtual blocks for function arguments.chriseth2017-05-291-3/+3
* Visit case bodies in scope fillerAlex Beregszaszi2017-05-261-1/+1
* Implement switch statement in the assembly parser/printerAlex Beregszaszi2017-05-261-0/+2
* Rename FunctionalAssignment to AssignmentAlex Beregszaszi2017-05-241-2/+2
* Rename Assignment to StackAssignmentAlex Beregszaszi2017-05-241-2/+2
* Parse types in Julia modeAlex Beregszaszi2017-05-061-1/+2
* Only run stack filler on AST elements that are or contain declarations.chriseth2017-04-251-3/+3
* Refactor assembly analysis into scope filling and checking.chriseth2017-04-251-0/+89