[kernel] AST diff can take into account enum tags depending on previous tags
supports pattern such as ```c enum { TAG1 = 42, TAG2 = TAG1 << 3 }; ```
Please register or sign in to comment
supports pattern such as ```c enum { TAG1 = 42, TAG2 = TAG1 << 3 }; ```