mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- Don't cast booleans to int when the result gets assigned to an unsigned type. Relace them with ifs. - Use unsigned initializer for a variable declared in a lambda capture. - Unsigned abs() of a difference of unsigned values. |
||
|---|---|---|
| .. | ||
| AlgorithmRunner.cpp | ||
| Chromosome.cpp | ||
| Common.cpp | ||
| FitnessMetrics.cpp | ||
| GeneticAlgorithms.cpp | ||
| Mutations.cpp | ||
| PairSelections.cpp | ||
| Phaser.cpp | ||
| Population.cpp | ||
| Program.cpp | ||
| ProgramCache.cpp | ||
| Selections.cpp | ||
| SimulationRNG.cpp | ||
| TestHelpers.cpp | ||
| TestHelpers.h | ||
| TestHelpersTest.cpp | ||