solidity/libsolidity/ast
chriseth 1e63615206 Export all events.
Update tests.

Additional tests

Revert changes to the Natspec
2023-05-03 14:08:27 -03:00
..
AST_accept.h UsingForDirective: Rename m_functions to m_functionsOrLibrary 2022-11-07 23:58:19 +01:00
AST.cpp Export all events. 2023-05-03 14:08:27 -03:00
AST.h Export all events. 2023-05-03 14:08:27 -03:00
ASTAnnotations.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ASTAnnotations.h Annotate function ID of functions that may be called via the internal dispatch. 2023-03-20 20:14:41 +01: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 Export all events. 2023-05-03 14:08:27 -03:00
ASTJsonExporter.h Rename _short in toString to _withoutDataLocation 2022-07-06 10:49:58 -04:00
ASTJsonImporter.cpp Adds NatSpec to AST for struct definitions. 2023-04-18 13:10:21 +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 Move CallGraph structure to a separate module 2021-02-23 10:47:02 +01:00
CallGraph.h Detect circular references for library and free functions 2021-03-30 23:06:30 +02:00
ExperimentalFeatures.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
TypeProvider.cpp Merge pull request #13384 from zemse/develop 2023-01-09 17:59:29 +01:00
TypeProvider.h feat: allow named parameters in mapping types 2022-12-08 11:56:58 +01:00
Types.cpp Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
Types.h Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
UserDefinableOperators.h User-defined operators: AST 2023-02-22 00:06:17 +01:00