aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmScopeFiller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support multiple variables in a variable declaration in inline assemblyAlex Beregszaszi2017-05-231-1/+4
* Parse types in Julia modeAlex Beregszaszi2017-05-061-5/+11
* Remove error label / invalid jump label.chriseth2017-04-281-4/+0
* Only run stack filler on AST elements that are or contain declarations.chriseth2017-04-251-29/+1
* Refactor assembly analysis into scope filling and checking.chriseth2017-04-251-0/+158