solidity/libsolidity/ast
chriseth 3bb54e8bd5
Merge pull request #3775 from federicobond/improve-error-fractional-shift
Improve error message when attempting to shift by fractional number
2018-03-28 11:16:44 +02:00
..
AST_accept.h Introduce emit statement. 2018-02-22 15:17:30 +01:00
AST.cpp Introduce inContractKind helper on FunctionDefinition 2018-03-26 11:37:38 +01:00
AST.h Introduce inContractKind helper on FunctionDefinition 2018-03-26 11:37:38 +01:00
ASTAnnotations.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTAnnotations.h Store super function. 2017-09-06 13:50:49 +02:00
ASTEnums.h Introduce pure specifier on functions 2017-08-24 13:46:18 +01:00
ASTForward.h Introduce emit statement. 2018-02-22 15:17:30 +01:00
ASTJsonConverter.cpp Introduce emit statement. 2018-02-22 15:17:30 +01:00
ASTJsonConverter.h Introduce emit statement. 2018-02-22 15:17:30 +01:00
ASTPrinter.cpp Introduce emit statement. 2018-02-22 15:17:30 +01:00
ASTPrinter.h Introduce emit statement. 2018-02-22 15:17:30 +01:00
ASTUtils.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTUtils.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTVisitor.h Introduce emit statement. 2018-02-22 15:17:30 +01:00
ExperimentalFeatures.h Use STATICCALL for pure function calls if EVM version supports it and 0.5.0 is activated. 2018-03-06 15:30:18 +01:00
Types.cpp Improve error message when trying to shift by fractional number 2018-03-22 10:05:49 -03:00
Types.h Move dynamic type removal out of the type system. 2018-03-21 14:53:29 +00:00