mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
SSAValueTracker should only use nullptr for default values
This commit is contained in:
@@ -33,6 +33,8 @@ namespace yul
|
||||
* Class that walks the AST and stores the initial value of each variable
|
||||
* that is never assigned to.
|
||||
*
|
||||
* Default value is represented as nullptr.
|
||||
*
|
||||
* Prerequisite: Disambiguator
|
||||
*/
|
||||
class SSAValueTracker: public ASTWalker
|
||||
|
||||
Reference in New Issue
Block a user