The recent move to 64 bit broke the (binary) protocol used between TextMate and the server for authenticated reads/writes (since size_t is now 64 bit). This fixes issue #354.
Since we require a fairly recent clang for other features, there is no reason to test for this one.