aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/AST.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactored annotations.chriseth2015-09-221-0/+78
|
* Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-996/+31
|
* style fixesLianaHus2015-09-151-2/+3
|
* fixed conflict mergeingLianaHus2015-09-151-2/+2
|
* - changed implementationLianaHus2015-09-151-36/+53
| | | | | | | - style fixes Conflicts: libsolidity/AST.cpp
* Merge pull request #66 from chriseth/sol_librarieschriseth2015-09-121-0/+18
|\ | | | | Calling libraries.
| * Parsing and type checking of libraries without inheritance.chriseth2015-09-111-0/+18
| |
* | Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_argschriseth2015-09-111-2/+5
|\ \ | |/ |/| too many indexed arguments for event
| * add call for EventDefinition::checkTypeRequirements()LianaHus2015-09-111-2/+5
| |
* | added type check if the type of the var decl is one of base contract typeLianaHus2015-09-101-1/+8
|/
* Stylistic corrections.chriseth2015-09-091-1/+1
|
* Fix for constant strings.chriseth2015-09-081-6/+16
|
* - renamed AST to ast and ABI to abiLianaHus2015-09-081-2/+4
| | | | - style fixes
* removed get prefixLianaHus2015-09-081-4/+10
| | | | style fixes
* renamed getter functionsLianaHus2015-09-081-179/+182
|
* added check for having type in VariableDeclaration::checkTypeRequirements()LianaHus2015-08-241-1/+1
|
* add tests for state variables accessors. normal and constantLianaHus2015-08-211-2/+5
| | | | fixed the issue with accessors for constant state variables
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-191-0/+1164