solidity/libsolidity/ast
chriseth f6c0daec14
Merge pull request #3652 from ethereum/gasleft_v2
Use StaticAnalyzer to deprecate msg.gas instead of conditionally remo…
2018-03-06 09:26:14 +01:00
..
AST_accept.h Introduce emit statement. 2018-02-22 15:17:30 +01:00
AST.cpp Enable C99-scoping with the 0.5.0-experimental pragma. 2018-02-27 12:17:25 +01:00
AST.h Enable C99-scoping with the 0.5.0-experimental pragma. 2018-02-27 12:17:25 +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 Do not warn about 0.5.0 experimental pragma. 2018-03-05 12:14:44 +01:00
Types.cpp Use StaticAnalyzer to deprecate msg.gas instead of conditionally removing it in MagicType. 2018-03-05 23:16:26 +01:00
Types.h Move msg.gas to global function gasleft(). Closes #2971. 2018-03-05 11:18:04 +01:00