aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityNameAndTypeResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Small FixedBytes type fixesLefteris Karapetsas2015-03-131-0/+1
* byte is now an alias for byte1Lefteris Karapetsas2015-03-121-0/+10
* Most EndToEndTests are now compliant with the Bytes renamingLefteris Karapetsas2015-03-121-0/+105
* Bytes Tokens properly named and NameAndTypeResolution tests workLefteris Karapetsas2015-03-121-15/+16
* NameAndtypeResolution tests use ETH_TEST macrosLefteris Karapetsas2015-03-061-71/+48
* Fix type checks for storage variable initializer.chriseth2015-03-061-0/+18
* Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessorschriseth2015-03-021-1/+53
|\
| * getInheritableMembers() does not look at BaseContractsLefteris Karapetsas2015-03-021-0/+29
| * VisibleInDerivedContracts() is now virtual()Lefteris Karapetsas2015-03-021-1/+12
| * Add structs to inheritable membersLefteris Karapetsas2015-03-021-2/+2
| * Adding test for base class statevar accessorsLefteris Karapetsas2015-03-021-0/+12
* | Type checks for array assignment.Christian2015-02-281-0/+55
|/
* Merge pull request #1100 from chriseth/sol_arraysGav Wood2015-02-231-0/+9
|\
| * Parsing of array types and basic implementation.Christian2015-02-211-0/+9
* | Replaced "inheritable" by "internal".Christian2015-02-231-6/+6
|/
* Bugfix for functions overrideLefteris Karapetsas2015-02-201-0/+13
* Rename "protected" to "inheritable".Christian2015-02-181-6/+6
* No write access to parameters of external functions.Christian2015-02-171-0/+30
* "external" visibility specifier.Christian2015-02-171-0/+50
* Some changes to enums.Christian2015-02-141-1/+1
* Removing ';' from the end of EnumDefinitionLefteris Karapetsas2015-02-141-6/+6
* Explicit conversion from int to EnumLefteris Karapetsas2015-02-141-0/+17
* Addressing issues with Enums in SolidityLefteris Karapetsas2015-02-141-7/+0
* Indentation fixesLefteris Karapetsas2015-02-141-2/+2
* Enum Value member access should now work properlyLefteris Karapetsas2015-02-141-0/+17
* Enum type conversion and member value access.Lefteris Karapetsas2015-02-141-0/+34
* Correcting and testing enum member accessLefteris Karapetsas2015-02-141-1/+16
* Enums NameAndTypeResolution - WIPLefteris Karapetsas2015-02-141-0/+15
* Copying structs.Christian2015-02-131-1/+1
* small fixes per chris's commentsLu Guanqun2015-02-101-4/+4
* add two more exp testsLu Guanqun2015-02-101-0/+18
* - implemented Empty parameter name story. Now the name of input/return parame...Liana Husikyan2015-02-091-0/+42
* Some fixes for the ether units parser.Christian2015-02-061-0/+22
* disallow declaration of void typeLu Guanqun2015-02-061-0/+6
* add several type error test casesLu Guanqun2015-02-051-0/+36
* Merge branch 'sol_visibility' of https://github.com/chriseth/cpp-ethereum int...Gav Wood2015-02-041-6/+75
|\
| * Visibility specifiers.Christian2015-02-031-4/+73
* | Accessors for multiple mappings implementedLefteris Karapetsas2015-02-031-2/+13
* | Adding mapping treatment to FunctionTypeLefteris Karapetsas2015-02-011-1/+9
|/
* Fix scoping of event arguments.Christian2015-01-311-0/+9
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-01-301-0/+43
|\
| * Parsing of events.Christian2015-01-301-0/+43
* | Fallback functions.Christian2015-01-301-0/+48
|/
* FunctionType now returns const ref for DeclarationLefteris Karapetsas2015-01-301-1/+1
* Removing Function and Param DescriptionLefteris Karapetsas2015-01-301-3/+3
* Contract Interface Functions now return FunctionTypeLefteris Karapetsas2015-01-301-9/+9
* No longer exposing retrieveValueFromStorage() as a public functionLefteris Karapetsas2015-01-291-1/+1
* Various fixes pertaining to State Variable accessorsLefteris Karapetsas2015-01-291-2/+2
* Function name clashing with Statevariable accessor testLefteris Karapetsas2015-01-291-0/+12
* Various small fixes for Sol Automatic AccessorsLefteris Karapetsas2015-01-291-3/+3
* State variable accessors code is now more organizedLefteris Karapetsas2015-01-291-5/+29
* Tests for variable state accessors are in progressLefteris Karapetsas2015-01-291-1/+61
* Merge pull request #856 from chriseth/sol_modifiersGav Wood2015-01-271-0/+94
|\
| * Compilation of function modifiers.Christian2015-01-261-0/+11
| * Type resolution for function modifiers.Christian2015-01-261-0/+83
* | Reverse order of inheritance in base list.Christian2015-01-261-1/+1
|/
* Implicit conversion from derived to base.Christian2015-01-201-0/+21
* Call constructors of base classes.Christian2015-01-201-0/+18
* Check overrides and provide inherited public interface.Christian2015-01-201-0/+49
* Import inherited members into the contract's scope.Christian2015-01-201-1/+34
* Check for hash collisions already before compiling.Christian2015-01-141-0/+12
* Small issues with Canonical Function SignatureLefteris Karapetsas2015-01-071-1/+18
* Test for the Canonical Signature of a functionLefteris Karapetsas2015-01-071-1/+20
* Also test non-equality comparison operator.Christian2014-12-191-1/+1
* Bit operators should bind more strongly than comparison operators.Christian2014-12-191-0/+10
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+319