Merge pull request #10048 from ethereum/develop

Merge develop into breaking
This commit is contained in:
chriseth
2020-10-15 17:30:11 +02:00
committed by GitHub
19 changed files with 523 additions and 201 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ struct ExpressionAnnotation: ASTAnnotation
/// Whether the expression is an lvalue that is only assigned.
/// Would be false for --, ++, delete, +=, -=, ....
/// Only relevant if isLvalue == true
bool lValueOfOrdinaryAssignment;
bool lValueOfOrdinaryAssignment = false;
/// Types and - if given - names of arguments if the expr. is a function
/// that is called, used for overload resolution