aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/AST.h
Commit message (Collapse)AuthorAgeFilesLines
* File reorganisation.chriseth2015-10-211-1354/+0
|
* Tuple expressions.chriseth2015-10-151-0/+24
|
* added Error class for all kind of errorsLianaHus2015-10-151-5/+9
| | | | | Conflicts: libsolidity/Exceptions.h
* Multi-variable declarations.chriseth2015-10-131-0/+2
|
* Introduced tuple type and added multi variable declarations to typechriseth2015-10-101-1/+3
| | | | checker.
* Refactoring to allow multi-variable declarations.chriseth2015-10-091-5/+16
|
* Provide access to scoped structs.chriseth2015-10-061-4/+4
|
* Compute canonical names of types for function signatures.chriseth2015-10-061-0/+4
|
* Style cleanup.chriseth2015-09-241-39/+95
|
* Merge pull request #85 from chriseth/warningschriseth2015-09-231-216/+89
|\ | | | | Support mulitple errors and warnings.
| * Refactored annotations.chriseth2015-09-221-4/+25
| |
| * Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-224/+78
| |
* | fixed using string as a type for struct memberLianaHus2015-09-171-3/+6
|/
* style fixesLianaHus2015-09-161-1/+1
|
* throw statement implementationLianaHus2015-09-161-0/+12
|
* Parsing and type checking of libraries without inheritance.chriseth2015-09-111-3/+9
|
* style fixesLianaHus2015-09-111-1/+1
|
* added type check if the type of the var decl is one of base contract typeLianaHus2015-09-101-2/+4
|
* renamed getter functionsLianaHus2015-09-081-99/+99
|
* add tests for state variables accessors. normal and constantLianaHus2015-08-211-1/+1
| | | | fixed the issue with accessors for constant state variables
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-191-0/+1355