travisjeffery / ClangFormat-Xcode

Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
https://twitter.com/travisjeffery
MIT License
2.89k stars 288 forks source link

Update clang-format (wrong Linux configuration) #116

Closed guidogoni closed 3 years ago

guidogoni commented 8 years ago

Hi,

I've realized that current clang-format bin 3.8.0 has a wrong Linux configuration, after some investigation this is the source of the change: http://reviews.llvm.org/D15485

I've installed clang-format 3.9.0 through HomeBrew and it works like a charm, but would be nice to have it updated on the plugin for most of the users.

Cheers!