I chose the wrong call when trying to support clang 3.9 and it's removal of getRBraceLoc. The best equivalent call in 3.9 is getBraceRange().getEnd().
So the previous commit broke on the mac. There were missing changes in TranslationUnitVisitor.cpp. Also there are fixes for clang 3.9 that were not included yet.