aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/AST.cpp
Commit message (Expand)AuthorAgeFilesLines
* Parsing and type checking of libraries without inheritance.chriseth2015-09-111-0/+18
* 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
* removed get prefixLianaHus2015-09-081-4/+10
* 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
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-191-0/+1164