solidity/libsolidity/ast
Marenz 5663fbb903 Merge branch 'develop' into breaking
Manual Resolved Conflicts:
	Changelog.md
	 * Updated changelog
	test/externalTests/ens.sh
	 * Merged fixes for upstream from both develop and breaking
	test/libsolidity/semanticTests/inlineAssembly/external_identifier_access_shadowing.sol
	 * Removed in #11735 (breaking)
	test/libsolidity/semanticTests/inlineAssembly/function_name_clash.sol
	 * Removed in #12209 (breaking)
	test/libsolidity/semanticTests/storage/mappings_array2d_pop_delete.sol
	 * Removed in #11843 (breaking)
	test/libsolidity/semanticTests/storage/mappings_array_pop_delete.sol
	 * Removed in #11843 (breaking)
	test/libsolidity/syntaxTests/inlineAssembly/basefee_berlin_function.sol
	 * Used version of file from #11842 (breaking)
2022-08-30 18:07:20 +02:00
..
AST_accept.h Extend using-for. 2022-03-14 12:33:44 +01:00
AST.cpp Merge pull request #13428 from ethereum/qualify-move 2022-08-30 11:57:54 +02:00
AST.h Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
ASTAnnotations.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ASTAnnotations.h Add all path declarations in IdentifierPath annotation 2022-06-20 18:08:57 +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 Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
ASTJsonExporter.h Rename _short in toString to _withoutDataLocation 2022-07-06 10:49:58 -04:00
ASTJsonImporter.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
ASTJsonImporter.h Add location for parameter names in FunctionCall ASTNode 2022-06-29 18:37:36 +02: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 Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
TypeProvider.h Use options struct for function type factory function. 2021-12-23 12:05:14 +01:00
Types.cpp Merge branch 'develop' into breaking 2022-08-30 18:07:20 +02:00
Types.h Rename _short in toString to _withoutDataLocation 2022-07-06 10:49:58 -04:00