diff options
| author | gingerBill <bill@gingerbill.org> | 2020-11-23 12:20:04 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-11-23 12:20:04 +0000 |
| commit | 9e42cb159543546ca549eeba6c943cf0f4c8410b (patch) | |
| tree | b9a50bd93397d677f3487f796cbd26f76c4ce33d /src/checker.cpp | |
| parent | 4379917c7d37e9af3aebe239d8efa33fd575324a (diff) | |
Add comparisons to structs where all fields are comparable `==` and `!=`
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index 0559fd300..1a5a75152 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -1768,6 +1768,7 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) { str_lit("memcpy"), str_lit("memmove"), + str_lit("memory_equal"), str_lit("memory_compare"), str_lit("memory_compare_zero"), |