aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/LValue.h
Commit message (Collapse)AuthorAgeFilesLines
* make use of C++ `= default` constructor declarations as well as more ↵Christian Parpart2018-12-191-1/+1
| | | | non-static member initialization syntax.
* Sort includes in libsolidity/codegenLeonardo Alt2018-12-181-2/+2
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-21/+21
| | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
|
* Removing redundant virtual from override function declarationmordax2018-11-211-11/+11
| | | | | | Remove trailing whitespace Remove changelog change
* Add virtual destructor in LValue class.Alexander Arlt2018-04-251-0/+1
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Remove the remains of "expresison"Nicolai2016-07-151-1/+1
|
* Fix override warning.chriseth2015-10-231-1/+1
|
* File reorganisation.chriseth2015-10-211-0/+224