solidity/libsolidity
chriseth 99f88742d6
Merge pull request #8263 from ethereum/functionSelectorPure
Mark function selectors accessed via declaration as pure.
2020-02-14 12:34:39 +01:00
..
analysis Mark function selector accesses as pure for pure expressions and mark function accesses via contract name as pure. 2020-02-14 12:33:33 +01:00
ast Use IRVariable's in IR code generation and implement tuples. 2020-02-12 12:36:14 +01:00
codegen Merge pull request #8263 from ethereum/functionSelectorPure 2020-02-14 12:34:39 +01:00
formal CHC clears indices so that initial is 0 and current is 1 2020-02-12 11:47:58 -03:00
interface Fix CompilerStack::loadMissingSources() 2020-02-12 11:22:11 -05:00
parsing Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation(). 2020-02-06 03:34:49 +01:00
CMakeLists.txt Use IRVariable's in IR code generation and implement tuples. 2020-02-12 12:36:14 +01:00