aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/ASTPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sort includes in libsolidity/astLeonardo Alt2018-12-171-3/+2
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
| | | | | | | 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
* Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper ↵Christian Parpart2018-10-221-4/+4
| | | | namespace
* Introduce emit statement.chriseth2018-02-221-0/+12
|
* Print using for directive in ASTPrinterKwang Yul Seo2017-11-161-0/+12
|
* Use Json::valueToQuotedString directlyAlex Beregszaszi2017-08-291-4/+2
|
* Remove escape function.chriseth2017-08-291-3/+11
|
* Remove visits to abstract AST class TypeName.chriseth2017-08-221-12/+0
|
* Remove isDeclaredConst() from functionsAlex Beregszaszi2017-08-171-1/+1
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Function types.chriseth2016-11-161-0/+12
|
* Add support for do/while loopsRhett Aultman2016-11-101-1/+1
| | | | | | | This commit adds support for a standard do <statement> while <expr>; form of statement. While loops were already being supported; supporting a do/while loop mostly involves reusing code from while loops but putting the conditional checking last.
* Version pragma.chriseth2016-09-011-0/+12
|
* Parsing for inline assembly.chriseth2016-03-301-0/+12
|
* changes to redefine the token list, the scanner, and the parser and how they ↵RJ Catalano2016-02-191-2/+2
| | | | | | | | pass around variable types of different sizes not ready for change to FixedPoint just yet made this more const correct and added a switch statement for easier reading
* [cond-expr] add visitor related functionsLu Guanqun2016-01-231-0/+13
|
* Use paths instead of simple identifiers wherever possible.chriseth2015-12-221-1/+1
|
* Parse complex import directives.chriseth2015-12-181-1/+1
|
* File reorganisation.chriseth2015-10-211-0/+569