aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/ConstantEvaluator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
|
* Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper ↵Christian Parpart2018-10-221-2/+2
| | | | namespace
* Fix ConstantEvaluator to correctly handle single element tuples.Daniel Kirchner2018-04-121-0/+6
|
* Re-use `commonType`chriseth2017-12-121-1/+1
|
* Simplify ConstantEvaluator.chriseth2017-12-121-34/+43
|
* Reduce the types of errors outputted by ConstantEvaluatorAlex Beregszaszi2017-12-121-8/+6
|
* Improve cyclic constant error messageAlex Beregszaszi2017-11-221-1/+1
|
* Detect cyclic constant definitionsBalajiganapathi S2017-11-221-6/+10
|
* Allow constant integer variables as array lengths.Balajiganapathi S2017-11-221-0/+18
|
* More detailed errors for invalid array lengths (such as division by zero).Alex Beregszaszi2017-10-201-3/+20
|
* Use the proper error reporting interface in ConstantEvaluatorAlex Beregszaszi2017-10-061-5/+5
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* rational renamingVoR02202016-05-101-3/+3
|
* initial work for fixed types...potentially needing a constant literal type ↵RJ Catalano2016-05-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for this notation Rational implemented...trying to figure out exponential fix for token bug, also quick fix for the wei and seconds fixed problem with var...probably a conversion problem for fixed in size capabilities adding fixed type tests Removing bitshift and regrouping fixed type tests together size capabilities functioning properly for fixed types got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing initial work for fixed types...potentially needing a constant literal type for this
* File reorganisation.chriseth2015-10-211-0/+59