Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/ast | Leonardo Alt | 2018-12-17 | 1 | -3/+2 |
| | |||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -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 Parpart | 2018-10-22 | 1 | -4/+4 |
| | | | | namespace | ||||
* | Introduce emit statement. | chriseth | 2018-02-22 | 1 | -0/+12 |
| | |||||
* | Print using for directive in ASTPrinter | Kwang Yul Seo | 2017-11-16 | 1 | -0/+12 |
| | |||||
* | Use Json::valueToQuotedString directly | Alex Beregszaszi | 2017-08-29 | 1 | -4/+2 |
| | |||||
* | Remove escape function. | chriseth | 2017-08-29 | 1 | -3/+11 |
| | |||||
* | Remove visits to abstract AST class TypeName. | chriseth | 2017-08-22 | 1 | -12/+0 |
| | |||||
* | Remove isDeclaredConst() from functions | Alex Beregszaszi | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Function types. | chriseth | 2016-11-16 | 1 | -0/+12 |
| | |||||
* | Add support for do/while loops | Rhett Aultman | 2016-11-10 | 1 | -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. | chriseth | 2016-09-01 | 1 | -0/+12 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 1 | -0/+12 |
| | |||||
* | changes to redefine the token list, the scanner, and the parser and how they ↵ | RJ Catalano | 2016-02-19 | 1 | -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 functions | Lu Guanqun | 2016-01-23 | 1 | -0/+13 |
| | |||||
* | Use paths instead of simple identifiers wherever possible. | chriseth | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | Parse complex import directives. | chriseth | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+569 |