aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix parser for function type disambiguity.chriseth2016-11-161-0/+11
* Tests.chriseth2016-11-161-2/+5
* Add a parser test for arrays containing functionsYoichi Hirai2016-11-161-0/+10
* Add tests around calling functions returning functions returning functionsYoichi Hirai2016-11-161-0/+15
* Function type state variables.chriseth2016-11-161-1/+20
* Function types.chriseth2016-11-161-0/+51
* parsing: ban empty enum definition.Yoichi Hirai2016-11-121-1/+1
* Merged in changes from chriseth/payableAlex Beregszaszi2016-09-061-0/+10
* Require ";" after "_"chriseth2016-09-051-4/+12
* Fix syntax errorDenton Liu2016-08-311-1/+1
* Make tests more consistent in styleDenton Liu2016-08-271-1/+1
* initial work for fixed types...potentially needing a constant literal type fo...RJ Catalano2016-05-101-0/+46
* Remove log.h from solidity.chriseth2016-04-121-1/+0
* Fixed Windows warningsBob Summerwill2016-03-181-1/+1
* cond-expr: add more unit testsLu Guanqun2016-01-231-14/+0
* [cond-expr] add another parser expressionLu Guanqun2016-01-231-0/+1
* [cond-expr] add parser test casesLu Guanqun2016-01-231-0/+80
* add a test case for decayed tuple expression as left valueLu Guanqun2016-01-041-0/+1
* Parse complex import directives.chriseth2015-12-181-0/+21
* updated tests and much simpler algorithm for parsing errorsRJ Catalano2015-12-171-21/+8
* added one more test and realized that there was one last change before the pa...RJ Catalano2015-12-171-5/+32
* changed a couple of small nuances, made an attempt at fixing the parsing in t...RJ Catalano2015-12-171-6/+20
* updated attempt, a couple of more things to sort through and changeRJ Catalano2015-12-161-0/+14
* Added the `using x for y` directive.chriseth2015-11-271-0/+15
* Fix smart pointer lifetime issue in tests.chriseth2015-11-261-16/+15
* Do not store elements of a contract by AST node type.chriseth2015-11-261-8/+8
* File reorganisation.chriseth2015-10-211-3/+3
* Correctly parse ambiguities like `A.B[10] x` and `x.y[10] = 3`.chriseth2015-10-161-0/+18
* Some fixes taking other pull requests into account.chriseth2015-10-161-1/+1
* Tuple expressions.chriseth2015-10-151-1/+16
* some more style fixesLianaHus2015-10-151-4/+4
* mainly style fixes/renamingLianaHus2015-10-151-1/+1
* fixed new testsLianaHus2015-10-151-1/+1
* errors instead of exceptionsLianaHus2015-10-151-89/+135
* added Error class for all kind of errorsLianaHus2015-10-151-1/+1
* Some more tests and typos fixed.chriseth2015-10-131-0/+2
* Multi-variable declarations.chriseth2015-10-131-12/+0
* Introduced tuple type and added multi variable declarations to typechriseth2015-10-101-0/+12
* Tests for multi variable declaration.chriseth2015-10-091-0/+18
* Parsing and type checking of libraries without inheritance.chriseth2015-09-111-0/+10
* - added tests to test empty commentLianaHus2015-09-101-0/+10
* renamed getter functionsLianaHus2015-09-081-13/+13
* Move Solidity tests.chriseth2015-08-201-0/+921