aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmParser.h
Commit message (Expand)AuthorAgeFilesLines
* Parsing function calls.chriseth2017-02-161-1/+1
* Parsing function definitions.chriseth2017-02-161-0/+2
* Renamed function.chriseth2017-01-261-1/+1
* Do not allow shadowing inline assembly instructions with variablesAlex Beregszaszi2017-01-251-0/+1
* Fix licensing headersVoR02202016-11-231-4/+4
* Source location for inline assembly.chriseth2016-04-201-1/+17
* Code generation (missing external access and source locations).chriseth2016-03-301-9/+12
* Parsing for inline assembly.chriseth2016-03-301-0/+55