solidity/libsolidity/ast
2019-11-27 18:03:09 +01:00
..
AST_accept.h Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
AST.cpp Remove plain new operators from AST. 2019-11-27 18:03:09 +01:00
AST.h Remove plain new operators from AST. 2019-11-27 18:03:09 +01:00
ASTAnnotations.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTAnnotations.h Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
ASTEnums.h Add `switch (..) to style checker 2019-11-11 17:44:21 +01:00
ASTForward.h Add function that retrieves first FunctionDefinition up the scope path 2019-05-09 09:15:11 +02:00
ASTJsonConverter.cpp Allow splitting string literals into multiple parts 2019-11-26 14:41:30 +03:00
ASTJsonConverter.h Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
ASTPrinter.cpp Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
ASTPrinter.h Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
ASTVisitor.h Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
ExperimentalFeatures.h Even more style checks. 2019-02-14 11:53:00 +01:00
TypeProvider.cpp Allow splitting string literals into multiple parts 2019-11-26 14:41:30 +03:00
TypeProvider.h Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
Types.cpp Restrict usage of plain "new". 2019-11-27 17:55:11 +01:00
Types.h Allow obtaining the address of a library by conversion to `address`. 2019-11-12 17:09:13 +01:00