aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityNameAndTypeResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* File reorganisation.chriseth2015-10-211-6/+6
* Correctly parse ambiguities like `A.B[10] x` and `x.y[10] = 3`.chriseth2015-10-161-0/+21
* Some fixes taking other pull requests into account.chriseth2015-10-161-8/+4
* Tuple expressions.chriseth2015-10-151-0/+27
* renaming in test frameworkLianaHus2015-10-151-195/+195
* mainly style fixes/renamingLianaHus2015-10-151-81/+91
* fixLianaHus2015-10-151-2/+0
* fixed new testsLianaHus2015-10-151-22/+14
* errors instead of exceptionsLianaHus2015-10-151-144/+136
* Some further test fixes.chriseth2015-10-131-1/+2
* Some more tests and typos fixed.chriseth2015-10-131-0/+25
* Multi-variable declarations.chriseth2015-10-131-0/+59
* Introduced tuple type and added multi variable declarations to typechriseth2015-10-101-2/+2
* Tests for multi variable declaration.chriseth2015-10-091-0/+8
* Check invalid integer constants for functions accepting arbitrary arguments.chriseth2015-10-081-2/+13
* Resolve binary dependencies properly.chriseth2015-10-071-0/+20
* Allow four indexed arguments for anynomous events.chriseth2015-10-071-0/+18
* Compute canonical names of types for function signatures.chriseth2015-10-061-5/+5
* Report warning in tests if requested.chriseth2015-10-031-13/+11
* -fixed the warning printingLianaHus2015-10-021-3/+3
* added warning for noninitialized references in storage.LianaHus2015-10-021-9/+23
* added testLianaHus2015-10-021-0/+18
* Test that literal strings cannot be assigned to storage pointers.chriseth2015-09-231-0/+10
* Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-210/+251
* style fixLianaHus2015-09-151-6/+6
* moved the testLianaHus2015-09-151-1/+14
* Merge pull request #66 from chriseth/sol_librarieschriseth2015-09-121-0/+49
|\
| * Possibility to call library functions.chriseth2015-09-111-0/+16
| * Parsing and type checking of libraries without inheritance.chriseth2015-09-111-0/+33
* | Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_argschriseth2015-09-111-1/+0
|\ \ | |/ |/|
| * add call for EventDefinition::checkTypeRequirements()LianaHus2015-09-111-1/+0
* | style fixesLianaHus2015-09-111-1/+1
* | added type check if the type of the var decl is one of base contract typeLianaHus2015-09-101-0/+12
|/
* renamed getter functionsLianaHus2015-09-081-27/+27
* Move Solidity tests.chriseth2015-08-201-0/+2201