aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/ASTPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
* Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper nam...Christian Parpart2018-10-221-4/+4
* 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
* Function types.chriseth2016-11-161-0/+12
* Add support for do/while loopsRhett Aultman2016-11-101-1/+1
* 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
* [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