Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3875 from ethereum/constructorSelfRef | chriseth | 2018-04-14 | 2 | -0/+38 |
|\ | | | | | Stricter check for "this" in constructor. | ||||
| * | Stricter check for member access to "this" in constructor. | Daniel Kirchner | 2018-04-13 | 2 | -0/+38 |
| | | |||||
* | | Add additional test for ``var`` for storage variables. | Daniel Kirchner | 2018-04-12 | 3 | -7/+36 |
| | | |||||
* | | Fix internal compiler error when parsing ``var`` declaration without identifier. | Daniel Kirchner | 2018-04-12 | 2 | -0/+26 |
|/ | |||||
* | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | Adds parsing sub-directory in syntaxTests and moves two example tests from ↵ | Daniel Kirchner | 2018-04-04 | 2 | -0/+9 |
SolidityParser.cpp to test contracts. |