aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmScopeFiller.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor exceptions and provide comment function.chriseth2017-07-131-0/+2
|
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-221-1/+1
|
* For loops analysis.chriseth2017-06-161-2/+17
|
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-0/+5
|
* Refactor error reportingRhett Aultman2017-05-301-18/+15
| | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209
* Introduce virtual blocks for function arguments.chriseth2017-05-291-7/+14
|
* Visit case bodies in scope fillerAlex Beregszaszi2017-05-261-0/+9
|
* 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