solidity/libsolidity/ast
2023-08-14 14:54:58 +02:00
..
AST_accept.h UsingForDirective: Rename m_functions to m_functionsOrLibrary 2022-11-07 23:58:19 +01:00
AST.cpp Purge using namespace std from libsolidity/ast 2023-08-14 14:54:58 +02:00
AST.h Allow qualified access to events from other contracts 2023-05-26 12:52:52 +02:00
ASTAnnotations.cpp Purge using namespace std from libsolidity/ast 2023-08-14 14:54:58 +02:00
ASTAnnotations.h Move AST annotation of internal function dispatch IDs to ContractDefinition 2023-05-06 20:31:27 +02:00
ASTEnums.h Checked arithmetic by default. 2020-10-19 16:58:37 +02:00
ASTForward.h Added AST node UserDefinedValueType 2021-09-07 19:42:51 +02:00
ASTJsonExporter.cpp Purge using namespace std from libsolidity/ast 2023-08-14 14:54:58 +02:00
ASTJsonExporter.h Rename _short in toString to _withoutDataLocation 2022-07-06 10:49:58 -04:00
ASTJsonImporter.cpp Purge using namespace std from libsolidity/ast 2023-08-14 14:54:58 +02:00
ASTJsonImporter.h Source location for named mapping keys 2023-01-17 12:25:23 +01:00
ASTUtils.cpp Warn about multiple assignments to storage byte pushes and fix warnings about multiple storage to storage copies. 2022-06-15 13:53:05 +02:00
ASTUtils.h Warn about multiple assignments to storage byte pushes and fix warnings about multiple storage to storage copies. 2022-06-15 13:53:05 +02:00
ASTVisitor.h Added AST node UserDefinedValueType 2021-09-07 19:42:51 +02:00
CallGraph.cpp Purge using namespace std from libsolidity/ast 2023-08-14 14:54:58 +02:00
CallGraph.h Detect circular references for library and free functions 2021-03-30 23:06:30 +02:00
ExperimentalFeatures.h Introduce solidity-next pragma 2023-05-15 19:25:13 +02:00
TypeProvider.cpp Purge using namespace std from libsolidity/ast 2023-08-14 14:54:58 +02:00
TypeProvider.h feat: allow named parameters in mapping types 2022-12-08 11:56:58 +01:00
Types.cpp Purge using namespace std from libsolidity/ast 2023-08-14 14:54:58 +02:00
Types.h Restrict mobileType of TypeType 2023-07-18 12:58:11 +02:00
UserDefinableOperators.h User-defined operators: AST 2023-02-22 00:06:17 +01:00