solidity/libsolidity/ast
chriseth cc2de07bc6
Merge pull request #5348 from ethereum/boostRationalNegativeDenominatorFix
Fix negative denominator in ``boost::rational`` during exponentiation.
2018-11-08 11:25:30 +01:00
..
AST_accept.h
AST.cpp Fixes #5051 (introduced in #4684), effectively allowing underscores in address literals. 2018-10-02 15:37:15 +02:00
AST.h Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
ASTAnnotations.cpp
ASTAnnotations.h Disallow multi variable declarations with mismatching number of values. 2018-07-12 20:33:51 +02:00
ASTEnums.h
ASTForward.h
ASTJsonConverter.cpp Performance: Replace string by special single-copy YulString class. 2018-11-07 19:30:27 +01:00
ASTJsonConverter.h Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
ASTPrinter.cpp Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
ASTPrinter.h
ASTVisitor.h Add virtual destructors on base classes. 2018-05-02 13:29:16 +02:00
ExperimentalFeatures.h Remove experimental 0.5.0 pragma 2018-08-08 14:05:36 +01:00
Types.cpp Fix negative denominator in `boost::rational` during exponentiation. 2018-11-06 10:52:10 +01:00
Types.h Fix negative denominator in `boost::rational` during exponentiation. 2018-11-06 10:52:10 +01:00