aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmScopeFiller.h
Commit message (Expand)AuthorAgeFilesLines
* 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