macaw/x86_symbolic
Ryan Scott 6e020bcde6 Fix -Wincomplete-uni-patterns warnings
GHC 9.2 adds `-Wincomplete-uni-patterns` to `-Wall`, which uncovers a slew of
previously unnoticed warnings in `macaw`. This patch fixes them, mostly by
adding explicit fall-through cases.
2022-05-31 15:50:48 -04:00
..
src/Data/Macaw/X86 generalize treatment for terminal statements in CFG slicing code (#278) 2022-04-20 10:08:15 -07:00
tests Fix -Wincomplete-uni-patterns warnings 2022-05-31 15:50:48 -04:00
LICENSE Add macaw-x86-symbolic 2018-01-02 22:50:23 -08:00
macaw-x86-symbolic.cabal Fix tail call classification (#286) 2022-05-10 07:29:55 -07:00