Skip to content
Snippets Groups Projects
Commit 01b59745 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[kernel] AST diff can take into account enum tags depending on previous tags

supports pattern such as

```c
enum {
     TAG1 = 42,
     TAG2 = TAG1 << 3
};
```
parent 23f2b4bb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment