uva-cs / pdr

A repo for a Program and Data Representation university-level course
Other
91 stars 227 forks source link

Xcode clang does not have LeakSanitizer #69

Closed 50Wliu closed 4 years ago

50Wliu commented 4 years ago

I am dumbfounded. This basically means, short of installing Clang as through https://gist.github.com/datlife/c754535f18b422f6b8d59028c7f31bac, there is no way to easily get memory leak detection on macOS.

We need to fix this before Lab 2 is released.